From 792ed4c616d77000149826e22b80168a4592462d Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Thu, 26 May 2011 21:50:47 +0000 Subject: Comment change. llvm-svn: 132150 --- lldb/test/python_api/thread/TestThreadAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/python_api/thread/TestThreadAPI.py') diff --git a/lldb/test/python_api/thread/TestThreadAPI.py b/lldb/test/python_api/thread/TestThreadAPI.py index aee34f04ea4..103e1c14ce3 100644 --- a/lldb/test/python_api/thread/TestThreadAPI.py +++ b/lldb/test/python_api/thread/TestThreadAPI.py @@ -98,7 +98,7 @@ class ThreadAPITestCase(TestBase): def setUp(self): # Call super's setUp(). TestBase.setUp(self) - # Find the line number to break inside main(). + # Find the line number within main.cpp to break inside main(). self.line = line_number("main.cpp", "// Set break point at this line and check variable 'my_char'.") # Find the line numbers within main2.cpp for step_over_3_times() and step_out_of_malloc_into_function_b(). self.line2 = line_number("main2.cpp", "// thread step-out of malloc into function b.") -- cgit v1.2.3