Doc string change.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@128429 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/test/lldb-disasm.py b/utils/test/lldb-disasm.py
index 0caca30..9cc29b7 100755
--- a/utils/test/lldb-disasm.py
+++ b/utils/test/lldb-disasm.py
@@ -11,7 +11,7 @@
 
 def setupSysPath():
     """
-    Add LLDB.framework/Resources/Python to the search paths for modules.
+    Add LLDB.framework/Resources/Python and the test dir to the sys.path.
     """
     # Get the directory containing the current script.
     scriptPath = sys.path[0]