diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-05-15 17:26:35 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2008-05-15 17:26:35 +0000 |
commit | 212f91107aa0a38e60c884b2901edb460cf42943 (patch) | |
tree | 92cb450c65142384236c16908525bdcc61b3015b /clang/lib/Sema/IdentifierResolver.h | |
parent | 783cb2d76d69f7aa7411662e3987ab363221d33f (diff) | |
download | bcm5719-llvm-212f91107aa0a38e60c884b2901edb460cf42943.tar.gz bcm5719-llvm-212f91107aa0a38e60c884b2901edb460cf42943.zip |
Comments fix.
llvm-svn: 51151
Diffstat (limited to 'clang/lib/Sema/IdentifierResolver.h')
-rw-r--r-- | clang/lib/Sema/IdentifierResolver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/IdentifierResolver.h b/clang/lib/Sema/IdentifierResolver.h index 7ba252b5bc1..cb5cac61905 100644 --- a/clang/lib/Sema/IdentifierResolver.h +++ b/clang/lib/Sema/IdentifierResolver.h @@ -335,7 +335,7 @@ public: void AddDecl(NamedDecl *D); /// AddShadowedDecl - Link the decl to its shadowed decl chain putting it - /// after the decl that the iterator points to, thus the 'CIT' decl will be + /// after the decl that the iterator points to, thus the 'Shadow' decl will be /// encountered before the 'D' decl. void AddShadowedDecl(NamedDecl *D, NamedDecl *Shadow); |