Skip to content

Commit 457db45

Browse files
authored
Fixed typo in opensbi.py
1 parent aba5d93 commit 457db45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycheribuild/projects/cross/opensbi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def all_platforms(self):
124124

125125
def compile(self, **kwargs):
126126
if self.compiling_for_cheri() and self.config.riscv_cheri_isa != RiscvCheriISA.STD:
127-
self.fatal("Purecap openSBI is only supported for the staandard ISA for now.")
127+
self.fatal("Purecap openSBI is only supported for the standard ISA for now.")
128128
for platform in self.all_platforms:
129129
args = self.make_args.copy()
130130
args.set(PLATFORM=platform)

0 commit comments

Comments
 (0)