We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88b2ed9 + b672216 commit 273ad25Copy full SHA for 273ad25
lib/AST/ASTPrinter.cpp
@@ -216,7 +216,7 @@ ASTPrinter &ASTPrinter::operator<<(UUID UU) {
216
return *this;
217
}
218
219
-/// Determine whether to escape the fiven keyword in the given context.
+/// Determine whether to escape the given keyword in the given context.
220
static bool escapeKeywordInContext(StringRef keyword, PrintNameContext context){
221
switch (context) {
222
case PrintNameContext::Normal:
0 commit comments