File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def test_ELF(self):
39
39
cc = determine_wellknown_cmd ('CC' , 'gcc' )
40
40
41
41
# there's no way to do this test for RISC-V at the moment; we build for
42
- # RISC-V in a glibc 2.27 envinonment and we allow all symbols from 2.27.
42
+ # RISC-V in a glibc 2.27 environment and we allow all symbols from 2.27.
43
43
if 'riscv' in get_machine (cc ):
44
44
self .skipTest ("test not available for RISC-V" )
45
45
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ class _Instruction(Enum):
168
168
# Not an actual instruction, but a way to encode the empty program that fails. In the
169
169
# encoder, it is used more generally to represent the failure case inside MATCH instructions,
170
170
# which may (if used inside the context of a DEFAULT instruction) actually correspond to
171
- # a succesful return. In this usage, they're always converted to an actual MATCH or RETURN
171
+ # a successful return. In this usage, they're always converted to an actual MATCH or RETURN
172
172
# before the top level is reached (see make_default below).
173
173
END = 4
174
174
You can’t perform that action at this time.
0 commit comments