summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/store/rtlconstasciimacro.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/store/rtlconstasciimacro.cxx')
-rw-r--r--compilerplugins/clang/store/rtlconstasciimacro.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/store/rtlconstasciimacro.cxx b/compilerplugins/clang/store/rtlconstasciimacro.cxx
index 482c9ade4201..d52a147db98f 100644
--- a/compilerplugins/clang/store/rtlconstasciimacro.cxx
+++ b/compilerplugins/clang/store/rtlconstasciimacro.cxx
@@ -107,7 +107,7 @@ bool RtlConstAsciiMacro::VisitCXXConstructExpr( CXXConstructExpr* expr )
searchingForString = false;
if( !suitableString )
return true;
- // Seach for '(' (don't just remove a given length to handle possible whitespace).
+ // Search for '(' (don't just remove a given length to handle possible whitespace).
const char* text = compiler.getSourceManager().getCharacterData( start );
const char* pos = text;
while( *pos != '(' )