diff options
Diffstat (limited to 'tools/lldb-mi/MIDriverBase.cpp')
-rw-r--r-- | tools/lldb-mi/MIDriverBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lldb-mi/MIDriverBase.cpp b/tools/lldb-mi/MIDriverBase.cpp index e03e7b0abee8..6bf5ab6e3bec 100644 --- a/tools/lldb-mi/MIDriverBase.cpp +++ b/tools/lldb-mi/MIDriverBase.cpp @@ -175,7 +175,7 @@ CMIDriverBase::GetStderr(void) const //++ ------------------------------------------------------------------------------------ // Details: Set the MI Driver's exit application flag. The application checks this flag -// after every stdin line is read so the exit may not be instantious. +// after every stdin line is read so the exit may not be instantaneous. // If vbForceExit is false the MI Driver queries its state and determines if is // should exit or continue operating depending on that running state. // Type: Overrideable. |