]> granicus.if.org Git - clang/commitdiff
Typo fix.
authorYaron Keren <yaron.keren@gmail.com>
Fri, 14 Nov 2014 18:33:42 +0000 (18:33 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Fri, 14 Nov 2014 18:33:42 +0000 (18:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222016 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaCodeComplete.cpp

index 10b243cd509d1b042f6e1b9f86ff35f29a542344..8b87254b0ecbd0443d2f226c6adb67144e34e59b 100644 (file)
@@ -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).
     ///