]> granicus.if.org Git - clang/commitdiff
Fix closing namespace comment to reflect reality
authorDmitri Gribenko <gribozavr@gmail.com>
Wed, 13 Nov 2013 02:01:24 +0000 (02:01 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Wed, 13 Nov 2013 02:01:24 +0000 (02:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194543 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Index/USRGeneration.h

index 7921e063103486b3dde6fb7f2768f2250cc9111d..7b0fd5063ac6c831e33186e55631b413d410f193 100644 (file)
@@ -47,7 +47,7 @@ void generateUSRForObjCProperty(StringRef Prop, raw_ostream &OS);
 /// \brief Generate a USR fragment for an Objective-C protocol.
 void generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS);
 
-} // namespace ide
+} // namespace index
 } // namespace clang
 
 #endif // LLVM_CLANG_IDE_USRGENERATION_H