diff --git a/lib/AST/ASTPrinter.cpp b/lib/AST/ASTPrinter.cpp index 93207ef6e039d..5a9dd3abc451d 100644 --- a/lib/AST/ASTPrinter.cpp +++ b/lib/AST/ASTPrinter.cpp @@ -216,7 +216,7 @@ ASTPrinter &ASTPrinter::operator<<(UUID UU) { return *this; } -/// Determine whether to escape the fiven keyword in the given context. +/// Determine whether to escape the given keyword in the given context. static bool escapeKeywordInContext(StringRef keyword, PrintNameContext context){ switch (context) { case PrintNameContext::Normal: