summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2018-08-23 22:41:52 +0000
committerStephen Kelly <steveire@gmail.com>2018-08-23 22:41:52 +0000
commitc24435dfc1ac2a730cbe9b37ee0d730617d682de (patch)
tree31028148fae262b6f22950069bd74a9642273c49 /utils
parent72f50eabcd9c66a77df4a97a76a3770c2269e9d3 (diff)
downloadclang-c24435dfc1ac2a730cbe9b37ee0d730617d682de.tar.gz
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@340586 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp b/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
index bea97ae132..7c114dbe8e 100644
--- a/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
+++ b/utils/TableGen/ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This tablegen backend emits an fficient function to translate HTML named
+// This tablegen backend emits an efficient function to translate HTML named
// character references to UTF-8 sequences.
//
//===----------------------------------------------------------------------===//