diff options
author | Alp Toker <alp@nuanti.com> | 2014-05-15 02:22:34 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-05-15 02:22:34 +0000 |
commit | 1ee7fc7a1a5125d12b15673fcee500df4bf6241b (patch) | |
tree | 810b11a0f6969a552c0a6be53e0a03129a2ed6a6 /compiler-rt/lib/sanitizer_common/scripts/cpplint.py | |
parent | e077269764568465a70f72a7ef21249e25f3afe0 (diff) | |
download | bcm5719-llvm-1ee7fc7a1a5125d12b15673fcee500df4bf6241b.tar.gz bcm5719-llvm-1ee7fc7a1a5125d12b15673fcee500df4bf6241b.zip |
Fix typos
llvm-svn: 208841
Diffstat (limited to 'compiler-rt/lib/sanitizer_common/scripts/cpplint.py')
-rwxr-xr-x | compiler-rt/lib/sanitizer_common/scripts/cpplint.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/sanitizer_common/scripts/cpplint.py b/compiler-rt/lib/sanitizer_common/scripts/cpplint.py index a8c9f6784f2..742459af172 100755 --- a/compiler-rt/lib/sanitizer_common/scripts/cpplint.py +++ b/compiler-rt/lib/sanitizer_common/scripts/cpplint.py @@ -3634,7 +3634,7 @@ def UpdateIncludeState(filename, include_state, io=codecs): io: The io factory to use to read the file. Provided for testability. Returns: - True if a header was succesfully added. False otherwise. + True if a header was successfully added. False otherwise. """ headerfile = None try: @@ -3706,7 +3706,7 @@ def CheckForIncludeWhatYouUse(filename, clean_lines, include_state, error, # Let's copy the include_state so it is only messed up within this function. include_state = include_state.copy() - # Did we find the header for this file (if any) and succesfully load it? + # Did we find the header for this file (if any) and successfully load it? header_found = False # Use the absolute path so that matching works properly. |