aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Serialization/PCHReader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Serialization/PCHReader.h')
-rw-r--r--include/clang/Serialization/PCHReader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Serialization/PCHReader.h b/include/clang/Serialization/PCHReader.h
index 0db9d79bca..a079e3e26e 100644
--- a/include/clang/Serialization/PCHReader.h
+++ b/include/clang/Serialization/PCHReader.h
@@ -151,7 +151,7 @@ private:
/// \brief Reads a precompiled header chain containing the contents of a
/// translation unit.
///
-/// The PCHReader class reads bitstreams (produced by the PCHWriter
+/// The PCHReader class reads bitstreams (produced by the ASTWriter
/// class) containing the serialized representation of a given
/// abstract syntax tree and its supporting data structures. An
/// instance of the PCHReader can be attached to an ASTContext object,