From b672216aee1d3a787009ba22ebbc290efbe6d4ba Mon Sep 17 00:00:00 2001 From: Yukim Date: Fri, 4 Dec 2015 08:35:32 +0900 Subject: [PATCH] Fix typo --- lib/AST/ASTPrinter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: