summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaCodeComplete.cpp
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2014-11-14 18:33:42 +0000
committerYaron Keren <yaron.keren@gmail.com>2014-11-14 18:33:42 +0000
commitdbbfbed9f54df5a03b1c984da0751544f3992550 (patch)
tree84716f3ced53de0981e2f569b118517a7cb6a276 /lib/Sema/SemaCodeComplete.cpp
parentab2b75070182abe151b190eac2474b5b1156d6eb (diff)
Typo fix.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222016 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaCodeComplete.cpp')
-rw-r--r--lib/Sema/SemaCodeComplete.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaCodeComplete.cpp b/lib/Sema/SemaCodeComplete.cpp
index 10b243cd50..8b87254b0e 100644
--- a/lib/Sema/SemaCodeComplete.cpp
+++ b/lib/Sema/SemaCodeComplete.cpp
@@ -292,7 +292,7 @@ namespace {
void MaybeAddResult(Result R, DeclContext *CurContext = nullptr);
/// \brief Add a new result to this result set, where we already know
- /// the hiding declation (if any).
+ /// the hiding declaration (if any).
///
/// \param R the result to add (if it is unique).
///