diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-08-20 01:02:31 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-08-20 01:02:31 +0000 |
commit | 1cd81bf9e51e559c607e6b865158d57b958221ec (patch) | |
tree | 963bdd6f61f3905ee86e9d5029915a43ab546042 /lldb/utils/test/run-dis.py | |
parent | 8fff33615d9902530315ac896362f2c6a87e119f (diff) | |
download | bcm5719-llvm-1cd81bf9e51e559c607e6b865158d57b958221ec.tar.gz bcm5719-llvm-1cd81bf9e51e559c607e6b865158d57b958221ec.zip |
Fix typos in comment.
llvm-svn: 138179
Diffstat (limited to 'lldb/utils/test/run-dis.py')
-rwxr-xr-x | lldb/utils/test/run-dis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/utils/test/run-dis.py b/lldb/utils/test/run-dis.py index 90fe8132f3e..a2437948e47 100755 --- a/lldb/utils/test/run-dis.py +++ b/lldb/utils/test/run-dis.py @@ -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 |