File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ using namespace clang;
25
25
LLVM_INSTANTIATE_REGISTRY (SyntaxHandlerRegistry)
26
26
27
27
void SyntaxHandler::anchor() {}
28
- // Utility function returning actual text for a declarrator .
28
+ // Utility function returning actual text for a declarator .
29
29
llvm::StringRef SyntaxHandler::getDeclText (Preprocessor &PP,Declarator &D){
30
30
auto DeclCharRange = Lexer::getAsCharRange (D.getSourceRange (),
31
31
PP.getSourceManager (), PP.getLangOpts ());
@@ -1201,7 +1201,7 @@ void Parser::ProcessPluginSyntax(ParsingDeclarator &D) {
1201
1201
std::string Replacement;
1202
1202
llvm::raw_string_ostream ReplacementOS (Replacement);
1203
1203
ReplacementOS << " \n {\n " ;
1204
- // Place __builtin_unreachable(); in the forgotten function. This
1204
+ // Place __builtin_unreachable(); in the forgoten function. This
1205
1205
// is done to avoid warnings from the compiler.
1206
1206
ReplacementOS << " __builtin_unreachable();\n " ;
1207
1207
ReplacementOS << " \n }\n " ;
You can’t perform that action at this time.
0 commit comments