Documentation cleanup: fixing a typo from my previous 'fix'.

llvm-svn: 158617
This commit is contained in:
James Dennett 2012-06-17 03:36:08 +00:00
parent 1cc2203286
commit 3dc736da32
1 changed files with 1 additions and 1 deletions

View 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,