There was an error while loading. Please reload this page.
1 parent a9a74da commit bf08f0aCopy full SHA for bf08f0a
3 files changed
Tools/clinic/libclinic/dsl_parser.py
@@ -119,7 +119,7 @@ class ParamState(enum.IntEnum):
119
# Legal transitions: to LEFT_SQUARE_BEFORE or REQUIRED
120
START = 0
121
122
- # Left square backets before required params.
+ # Left square brackets before required params.
123
LEFT_SQUARE_BEFORE = 1
124
125
# In a group, before required params.
Tools/peg_generator/pegen/parser_generator.py
@@ -41,7 +41,7 @@
41
42
43
class RuleCollectorVisitor(GrammarVisitor):
44
- """Visitor that invokes a provieded callmaker visitor with just the NamedItem nodes"""
+ """Visitor that invokes a provided callmaker visitor with just the NamedItem nodes"""
45
46
def __init__(self, rules: Dict[str, Rule], callmakervisitor: GrammarVisitor) -> None:
47
self.rulses = rules
Tools/wasm/wasi-env
@@ -71,5 +71,5 @@ export CFLAGS LDFLAGS
71
export PKG_CONFIG_PATH PKG_CONFIG_LIBDIR PKG_CONFIG_SYSROOT_DIR
72
export PATH
73
74
-# no exec, it makes arvg[0] path absolute.
+# no exec, it makes argv[0] path absolute.
75
"$@"
0 commit comments