mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 00:46:45 +08:00
Fix typo.
llvm-svn: 122306
This commit is contained in:
@@ -60,7 +60,7 @@ class EventAPITestCase(TestBase):
|
||||
event = lldb.SBEvent()
|
||||
self.assertFalse(event.IsValid(), "Event should not be valid initially")
|
||||
|
||||
# Get the debugger listenr.
|
||||
# Get the debugger listener.
|
||||
listener = self.dbg.GetListener()
|
||||
|
||||
# Create MyListeningThread to wait for any kind of event.
|
||||
|
||||
Reference in New Issue
Block a user