Fix typos in comment.

llvm-svn: 138179
This commit is contained in:
Johnny Chen 2011-08-20 01:02:31 +00:00
parent 8fff33615d
commit 1cd81bf9e5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def walk_and_invoke(sdk_root, path_regexp, suffix, num_symbols):
# We're not interested in .h file.
if name.endswith(".h"):
continue
# Neither a symboliccally link file.
# Neither a symbolically linked file.
if os.path.islink(path):
continue