commit | 1cd81bf9e51e559c607e6b865158d57b958221ec | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Sat Aug 20 01:02:31 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Sat Aug 20 01:02:31 2011 +0000 |
tree | 963bdd6f61f3905ee86e9d5029915a43ab546042 | |
parent | 8fff33615d9902530315ac896362f2c6a87e119f [diff] [blame] |
Fix typos in comment. llvm-svn: 138179
diff --git a/lldb/utils/test/run-dis.py b/lldb/utils/test/run-dis.py index 90fe813..a243794 100755 --- a/lldb/utils/test/run-dis.py +++ b/lldb/utils/test/run-dis.py
@@ -45,7 +45,7 @@ # 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