diff options
Diffstat (limited to 'tools/lldb-mi/MICmnStreamStderr.cpp')
-rw-r--r-- | tools/lldb-mi/MICmnStreamStderr.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/lldb-mi/MICmnStreamStderr.cpp b/tools/lldb-mi/MICmnStreamStderr.cpp index 74f36121ee63..5a18951b271c 100644 --- a/tools/lldb-mi/MICmnStreamStderr.cpp +++ b/tools/lldb-mi/MICmnStreamStderr.cpp @@ -93,7 +93,7 @@ CMICmnStreamStderr::Shutdown(void) //++ ------------------------------------------------------------------------------------ // Details: Write text data to stderr. Prefix the message with "MI:". The text data does -// not need to include a carrage line return as this is added to the text. The +// not need to include a carriage line return as this is added to the text. The // function also then passes the text data into the CMICmnLog logger. // Type: Method. // Args: vText - (R) Text data. @@ -115,7 +115,7 @@ CMICmnStreamStderr::Write(const CMIUtilString &vText, const bool vbSendToLog /* //++ ------------------------------------------------------------------------------------ // Details: Write an LLDB text message to stderr. -// The text data does not need to include a carrage line return as this is added +// The text data does not need to include a carriage line return as this is added // to the text. The function also then passes the text data into the CMICmnLog // logger. // Type: Method. @@ -138,7 +138,7 @@ CMICmnStreamStderr::WriteLLDBMsg(const CMIUtilString &vText, const bool vbSendTo //++ ------------------------------------------------------------------------------------ // Details: Write text data to stderr. The text data does not need to -// include a carrage line return as this is added to the text. The function also +// include a carriage line return as this is added to the text. The function also // then passes the text data into the CMICmnLog logger. // Type: Method. // Args: vText - (R) Text data. May be prefixed with MI app's short name. |