aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PCHContainerOperations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Frontend/PCHContainerOperations.cpp')
-rw-r--r--lib/Frontend/PCHContainerOperations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Frontend/PCHContainerOperations.cpp b/lib/Frontend/PCHContainerOperations.cpp
index eebebf327a19..340e8ce63ff4 100644
--- a/lib/Frontend/PCHContainerOperations.cpp
+++ b/lib/Frontend/PCHContainerOperations.cpp
@@ -25,7 +25,7 @@ PCHContainerReader::~PCHContainerReader() {}
namespace {
-/// \brief A PCHContainerGenerator that writes out the PCH to a flat file.
+/// A PCHContainerGenerator that writes out the PCH to a flat file.
class RawPCHContainerGenerator : public ASTConsumer {
std::shared_ptr<PCHBuffer> Buffer;
std::unique_ptr<raw_pwrite_stream> OS;