r222016 - Typo fix.

Yaron Keren yaron.keren at gmail.com
Fri Nov 14 10:33:42 PST 2014


Author: yrnkrn
Date: Fri Nov 14 12:33:42 2014
New Revision: 222016

URL: http://llvm.org/viewvc/llvm-project?rev=222016&view=rev
Log:
Typo fix.


Modified:
    cfe/trunk/lib/Sema/SemaCodeComplete.cpp

Modified: cfe/trunk/lib/Sema/SemaCodeComplete.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaCodeComplete.cpp?rev=222016&r1=222015&r2=222016&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaCodeComplete.cpp (original)
+++ cfe/trunk/lib/Sema/SemaCodeComplete.cpp Fri Nov 14 12:33:42 2014
@@ -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).
     ///





More information about the cfe-commits mailing list