Skip to content

Commit 6b1e760

Browse files
committed
fix typo
1 parent 1b1f24b commit 6b1e760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/tools/lldb-dap/coreFile/TestDAP_coreFile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_wrong_core_file(self):
7373
self.assertFalse(resp["success"], "Expected failure in response {resp!r}")
7474
error_msg = resp["body"]["error"]["format"]
7575

76-
# attach my fail for mutilple reasons.
76+
# attach may fail for mutilple reasons.
7777
self.assertEqual(error_msg, "Failed to create the process")
7878

7979
@skipIfLLVMTargetMissing("X86")

0 commit comments

Comments
 (0)