Index: clang/include/clang/Lex/Pragma.h =================================================================== --- clang/include/clang/Lex/Pragma.h +++ clang/include/clang/Lex/Pragma.h @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file defines the PragmaHandler and PragmaTable interfaces. +// This file defines the PragmaHandler interface. // //===----------------------------------------------------------------------===// Index: clang/lib/Lex/Pragma.cpp =================================================================== --- clang/lib/Lex/Pragma.cpp +++ clang/lib/Lex/Pragma.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file implements the PragmaHandler/PragmaTable interfaces and implements +// This file implements the PragmaHandler interface and implements // pragma related methods of the Preprocessor class. // //===----------------------------------------------------------------------===//