Skip to content

Commit b672216

Browse files
committed
Fix typo
1 parent 37428f7 commit b672216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/ASTPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ ASTPrinter &ASTPrinter::operator<<(UUID UU) {
216216
return *this;
217217
}
218218

219-
/// Determine whether to escape the fiven keyword in the given context.
219+
/// Determine whether to escape the given keyword in the given context.
220220
static bool escapeKeywordInContext(StringRef keyword, PrintNameContext context){
221221
switch (context) {
222222
case PrintNameContext::Normal:

0 commit comments

Comments
 (0)