aboutsummaryrefslogtreecommitdiff
path: root/clang/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
commit8fbe439869f7f5ea3d4f8500fa9655a27f0c3cba (patch)
tree2d5d79896246d7185211cb5b9f993ed1331030c0 /clang/lib/Sema/SemaCodeComplete.cpp
parentd28a7fde32799a5cc552a80fc56d7c4bd655e26a (diff)
downloadllvm-8fbe439869f7f5ea3d4f8500fa9655a27f0c3cba.zip
llvm-8fbe439869f7f5ea3d4f8500fa9655a27f0c3cba.tar.gz
llvm-8fbe439869f7f5ea3d4f8500fa9655a27f0c3cba.tar.bz2
Typo fix.
llvm-svn: 222016
Diffstat (limited to 'clang/lib/Sema/SemaCodeComplete.cpp')
-rw-r--r--clang/lib/Sema/SemaCodeComplete.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaCodeComplete.cpp b/clang/lib/Sema/SemaCodeComplete.cpp
index 10b243c..8b87254 100644
--- a/clang/lib/Sema/SemaCodeComplete.cpp
+++ b/clang/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).
///