everywhere: fix typos
Fix a lot of typos Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
parent
3b576fc688
commit
f483b1bc4c
757 changed files with 1284 additions and 1284 deletions
|
@ -68,7 +68,7 @@ def analyze_headers(multiple_directories):
|
|||
files.sort()
|
||||
for fn in files:
|
||||
|
||||
# toolchain/common.h has the definitions of these tagswhich we
|
||||
# toolchain/common.h has the definitions of these tags which we
|
||||
# don't want to trip over
|
||||
path = os.path.join(root, fn)
|
||||
if (not (path.endswith(".h") or path.endswith(".c")) or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue