From 9b60286cdb6917a6d88bead130c0748debca4821 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Wed, 13 Nov 2013 02:01:24 +0000 Subject: [PATCH] Fix closing namespace comment to reflect reality git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194543 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Index/USRGeneration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Index/USRGeneration.h b/include/clang/Index/USRGeneration.h index 7921e06310..7b0fd5063a 100644 --- a/include/clang/Index/USRGeneration.h +++ b/include/clang/Index/USRGeneration.h @@ -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 -- 2.40.0