diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-06-27 02:42:12 +0000 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-06-27 02:42:12 +0000 |
| commit | 6a7f33387d905131c38cee53b37323a5d69a21fa (patch) | |
| tree | 56043b934c98318f53822d36e5a5e450fdc2ad91 /lldb/tools/lldb-mi/MICmdArgValOptionLong.cpp | |
| parent | 6f62cf80d0a8fc46b822bff55b61903232685176 (diff) | |
| download | bcm5719-llvm-6a7f33387d905131c38cee53b37323a5d69a21fa.tar.gz bcm5719-llvm-6a7f33387d905131c38cee53b37323a5d69a21fa.zip | |
Fix a few typos.
llvm-svn: 211851
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdArgValOptionLong.cpp')
| -rw-r--r-- | lldb/tools/lldb-mi/MICmdArgValOptionLong.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/tools/lldb-mi/MICmdArgValOptionLong.cpp b/lldb/tools/lldb-mi/MICmdArgValOptionLong.cpp index 6fa6a590196..6c87984ba81 100644 --- a/lldb/tools/lldb-mi/MICmdArgValOptionLong.cpp +++ b/lldb/tools/lldb-mi/MICmdArgValOptionLong.cpp @@ -72,7 +72,7 @@ CMICmdArgValOptionLong::CMICmdArgValOptionLong( const CMIUtilString & vrArgName, //++ ------------------------------------------------------------------------------------ // Details: CMICmdArgValOptionLong destructor. -// Type: Overidden. +// Type: Overridden. // Args: None. // Return: None. // Throws: None. @@ -107,7 +107,7 @@ void CMICmdArgValOptionLong::Destroy( void ) //++ ------------------------------------------------------------------------------------ // Details: Parse the command's argument options string and try to extract the long -// arguemnt *this argument type is looking for. +// argument *this argument type is looking for. // Type: Overridden. // Args: vwArgContext - (RW) The command's argument options string. // Return: MIstatus::success - Functional succeeded. |

