aboutsummaryrefslogtreecommitdiff
path: root/include/lldb/API/SBListener.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/API/SBListener.h')
-rw-r--r--include/lldb/API/SBListener.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/API/SBListener.h b/include/lldb/API/SBListener.h
index c5a047341741..4a11ec1072f1 100644
--- a/include/lldb/API/SBListener.h
+++ b/include/lldb/API/SBListener.h
@@ -55,7 +55,7 @@ public:
StopListeningForEvents (const lldb::SBBroadcaster& broadcaster,
uint32_t event_mask);
- // Returns true if an event was recieved, false if we timed out.
+ // Returns true if an event was received, false if we timed out.
bool
WaitForEvent (uint32_t num_seconds,
lldb::SBEvent &event);