Skip to content

Commit 273ad25

Browse files
committed
Merge pull request #115 from katsumeshi/fix_typo
Fix typo
2 parents 88b2ed9 + b672216 commit 273ad25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/AST/ASTPrinter.cpp

+1-1
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)