summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp
diff options
context:
space:
mode:
authorDeepak Panickal <deepak@codeplay.com>2014-08-08 17:39:47 +0000
committerDeepak Panickal <deepak@codeplay.com>2014-08-08 17:39:47 +0000
commit7f6edd52c9c65d4e813b5e3bad334bc933f8c796 (patch)
tree7fe23110ee6c545b50b4e9ba28969a109bc0b3b3 /lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp
parente42fac519134d21ad3e7396da5746d27d3f7caab (diff)
downloadbcm5719-llvm-7f6edd52c9c65d4e813b5e3bad334bc933f8c796.tar.gz
bcm5719-llvm-7f6edd52c9c65d4e813b5e3bad334bc933f8c796.zip
Restore some reverted fixes for spelling, newlines and __linux__ macro.
llvm-svn: 215234
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp')
-rw-r--r--lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp b/lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp
index 0f6a867ddaa..7d329048211 100644
--- a/lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp
+++ b/lldb/tools/lldb-mi/MICmdArgValThreadGrp.cpp
@@ -52,7 +52,7 @@ CMICmdArgValThreadGrp::CMICmdArgValThreadGrp( const CMIUtilString & vrArgName, c
//++ ------------------------------------------------------------------------------------
// Details: CMICmdArgValThreadGrp destructor.
-// Type: Overidden.
+// Type: Overridden.
// Args: None.
// Return: None.
// Throws: None.
@@ -169,4 +169,5 @@ bool CMICmdArgValThreadGrp::ExtractNumber( const CMIUtilString & vrTxt )
MIuint CMICmdArgValThreadGrp::GetNumber( void ) const
{
return m_nThreadGrp;
-} \ No newline at end of file
+}
+
OpenPOWER on IntegriCloud