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):
3939 cc = determine_wellknown_cmd ('CC' , 'gcc' )
4040
4141 # 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.
4343 if 'riscv' in get_machine (cc ):
4444 self .skipTest ("test not available for RISC-V" )
4545
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ class _Instruction(Enum):
168168 # Not an actual instruction, but a way to encode the empty program that fails. In the
169169 # encoder, it is used more generally to represent the failure case inside MATCH instructions,
170170 # 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
172172 # before the top level is reached (see make_default below).
173173 END = 4
174174
You can’t perform that action at this time.
0 commit comments