Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
katsumeshi committed Dec 3, 2015
1 parent 37428f7 commit b672216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AST/ASTPrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b672216

Please sign in to comment.