diff options
| author | Yaron Keren <yaron.keren@gmail.com> | 2014-11-14 18:33:42 +0000 |
|---|---|---|
| committer | Yaron Keren <yaron.keren@gmail.com> | 2014-11-14 18:33:42 +0000 |
| commit | 8fbe439869f7f5ea3d4f8500fa9655a27f0c3cba (patch) | |
| tree | 2d5d79896246d7185211cb5b9f993ed1331030c0 | |
| parent | d28a7fde32799a5cc552a80fc56d7c4bd655e26a (diff) | |
| download | bcm5719-llvm-8fbe439869f7f5ea3d4f8500fa9655a27f0c3cba.tar.gz bcm5719-llvm-8fbe439869f7f5ea3d4f8500fa9655a27f0c3cba.zip | |
Typo fix.
llvm-svn: 222016
| -rw-r--r-- | clang/lib/Sema/SemaCodeComplete.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaCodeComplete.cpp b/clang/lib/Sema/SemaCodeComplete.cpp index 10b243cd509..8b87254b0ec 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). /// |

