summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MIDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/lldb-mi/MIDriver.cpp')
-rw-r--r--lldb/tools/lldb-mi/MIDriver.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/lldb/tools/lldb-mi/MIDriver.cpp b/lldb/tools/lldb-mi/MIDriver.cpp
index 8a5ffdd8b5b..14f9cc8b0da 100644
--- a/lldb/tools/lldb-mi/MIDriver.cpp
+++ b/lldb/tools/lldb-mi/MIDriver.cpp
@@ -747,7 +747,7 @@ FILE * CMIDriver::GetStdin( void ) const
//++ ------------------------------------------------------------------------------------
// Details: *this driver provides a file stream to other pass through assigned drivers
// so they know what to write to.
-// Type: Overidden.
+// Type: Overridden.
// Args: None.
// Return: FILE * - Pointer to stream.
// Throws: None.
@@ -764,7 +764,7 @@ FILE * CMIDriver::GetStdout( void ) const
//++ ------------------------------------------------------------------------------------
// Details: *this driver provides a error file stream to other pass through assigned drivers
// so they know what to write to.
-// Type: Overidden.
+// Type: Overridden.
// Args: None.
// Return: FILE * - Pointer to stream.
// Throws: None.
@@ -775,7 +775,7 @@ FILE * CMIDriver::GetStderr( void ) const
// available before *this driver has been initialized! Flaw?
// This very likely to change later to a stream that the pass thru driver
- // will write to and *this driver reads from to pass on the the CMICmnLog object
+ // will write to and *this driver reads from to pass on the CMICmnLog object
return stderr;
}
@@ -932,7 +932,7 @@ bool CMIDriver::ExecuteCommand( const SMICmdData & vCmdData )
//++ ------------------------------------------------------------------------------------
// 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.
// This is related to the running state of the MI driver.
@@ -1114,4 +1114,4 @@ bool CMIDriver::InitClientIDEEclipse( void ) const
std::cout << "(gdb)" << std::endl;
return MIstatus::success;
-} \ No newline at end of file
+}
OpenPOWER on IntegriCloud