From: Yaron Keren Date: Fri, 14 Nov 2014 18:33:42 +0000 (+0000) Subject: Typo fix. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbbfbed9f54df5a03b1c984da0751544f3992550;p=clang Typo fix. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222016 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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). ///