Skip to content

Commit 0fd813c

Browse files
committed
Fix typo
1 parent f3c39ee commit 0fd813c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/commands/process/attach/TestProcessAttach.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def test_attach_to_process_by_id_correct_executable_offset(self):
102102

103103
self.runCmd("process attach -p " + str(popen.pid))
104104

105-
# Make suer we did not attach to early
105+
# Make sure we did not attach too early.
106106
lldbutil.run_break_set_by_file_and_line(
107107
self, "main.cpp", self.line, num_expected_locations=1, loc_exact=False)
108108
self.runCmd("process continue")

0 commit comments

Comments
 (0)