]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: fixing a typo from my previous 'fix'.
authorJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 03:36:08 +0000 (03:36 +0000)
committerJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 03:36:08 +0000 (03:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158617 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaTemplateInstantiateDecl.cpp

index c0bf06daf126cbe2594d95b3eb7257d9e7ee8918..662b3025af1f016dd048cdcf9568719acc4268ef 100644 (file)
@@ -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,