From 1cd81bf9e51e559c607e6b865158d57b958221ec Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Sat, 20 Aug 2011 01:02:31 +0000 Subject: Fix typos in comment. llvm-svn: 138179 --- lldb/utils/test/run-dis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/utils/test/run-dis.py') 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 -- cgit v1.2.3