diff options
author | James Dennett <jdennett@google.com> | 2012-06-17 03:36:08 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-17 03:36:08 +0000 |
commit | f198d126ecec1e07a474c419de1bf4dadf92a490 (patch) | |
tree | c10297494b01ae09af03a25e8d313091f284f062 /lib/Sema/SemaTemplateInstantiateDecl.cpp | |
parent | 58f9ce1664cd4fa67da48679a11df6aed25ce1fc (diff) |
Documentation cleanup: fixing a typo from my previous 'fix'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158617 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaTemplateInstantiateDecl.cpp')
-rw-r--r-- | lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaTemplateInstantiateDecl.cpp b/lib/Sema/SemaTemplateInstantiateDecl.cpp index c0bf06daf1..662b3025af 100644 --- a/lib/Sema/SemaTemplateInstantiateDecl.cpp +++ b/lib/Sema/SemaTemplateInstantiateDecl.cpp @@ -3240,7 +3240,7 @@ DeclContext *Sema::FindInstantiatedContext(SourceLocation Loc, DeclContext* DC, /// /// In the instantiation of X<int>::getKind(), we need to map the /// EnumConstantDecl for KnownValue (which refers to -/// X<T>::\<Kind>::\KnownValue) to its instantiation +/// X<T>::\<Kind>\::KnownValue) to its instantiation /// (X<int>::\<Kind>\::KnownValue). InstantiateCurrentDeclRef() performs /// this mapping from within the instantiation of X<int>. NamedDecl *Sema::FindInstantiatedDecl(SourceLocation Loc, NamedDecl *D, |