Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #123775

Merged
merged 15 commits into from
Sep 9, 2024
Prev Previous commit
Fix a typo
  • Loading branch information
algonell committed Sep 9, 2024
commit 5a0e3aa60d87b42fd4a655376d0963bc71f0be43
2 changes: 1 addition & 1 deletion Tools/c-analyzer/c_parser/preprocessor/gcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def _iter_top_include_lines(lines, topfile, cwd,
raw):
partial = 0 # depth
files = [topfile]
# We start at 1 in case there are source lines (including blank onces)
# We start at 1 in case there are source lines (including blank ones)
# before the first marker line. Also, we already verified in
# _parse_marker_line() that the preprocessor reported lno as 1.
lno = 1
Expand Down
Loading