From 20c58a3e506d768970bb1a588fd8db8ae1a5ffbb Mon Sep 17 00:00:00 2001 From: Marnix <93143998+MarnixCroes@users.noreply.github.com> Date: Sat, 18 Jun 2022 10:29:02 +0200 Subject: doc: typo fix --- contrib/devtools/test-symbol-check.py | 2 +- contrib/seeds/asmap.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib') diff --git a/contrib/devtools/test-symbol-check.py b/contrib/devtools/test-symbol-check.py index b4c112b266..2881e3efac 100755 --- a/contrib/devtools/test-symbol-check.py +++ b/contrib/devtools/test-symbol-check.py @@ -39,7 +39,7 @@ class TestSymbolChecks(unittest.TestCase): cc = determine_wellknown_cmd('CC', 'gcc') # there's no way to do this test for RISC-V at the moment; we build for - # RISC-V in a glibc 2.27 envinonment and we allow all symbols from 2.27. + # RISC-V in a glibc 2.27 environment and we allow all symbols from 2.27. if 'riscv' in get_machine(cc): self.skipTest("test not available for RISC-V") diff --git a/contrib/seeds/asmap.py b/contrib/seeds/asmap.py index 7a605d0b9e..e28e5cf532 100644 --- a/contrib/seeds/asmap.py +++ b/contrib/seeds/asmap.py @@ -168,7 +168,7 @@ class _Instruction(Enum): # Not an actual instruction, but a way to encode the empty program that fails. In the # encoder, it is used more generally to represent the failure case inside MATCH instructions, # which may (if used inside the context of a DEFAULT instruction) actually correspond to - # a succesful return. In this usage, they're always converted to an actual MATCH or RETURN + # a successful return. In this usage, they're always converted to an actual MATCH or RETURN # before the top level is reached (see make_default below). END = 4 -- cgit v1.2.3