Cleanup: spelling in comments

This commit is contained in:
Campbell Barton
2023-09-05 10:49:20 +10:00
parent b479510d6c
commit 0c26c84704
80 changed files with 166 additions and 159 deletions

View File

@@ -156,8 +156,9 @@ def main():
arg_split += ["-ftree-vectorizer-verbose=1"]
arg_split += ["-S"]
# arg_split += ["-masm=intel"] # optional
# arg_split += ["-fverbose-asm"] # optional but handy
if False:
arg_split += ["-masm=intel"] # Optional.
arg_split += ["-fverbose-asm"] # Optional but handy.
else:
sys.stderr.write(f"Compiler {COMPILER_ID!r} not supported")
return