summaryrefslogtreecommitdiffstats
path: root/include/clang/Rewrite/Core/RewriteBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Rewrite/Core/RewriteBuffer.h')
-rw-r--r--include/clang/Rewrite/Core/RewriteBuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Rewrite/Core/RewriteBuffer.h b/include/clang/Rewrite/Core/RewriteBuffer.h
index 1e6905486c..c618298f5e 100644
--- a/include/clang/Rewrite/Core/RewriteBuffer.h
+++ b/include/clang/Rewrite/Core/RewriteBuffer.h
@@ -48,7 +48,7 @@ public:
Initialize(Input.begin(), Input.end());
}
- /// \brief Write to \p Stream the result of applying all changes to the
+ /// Write to \p Stream the result of applying all changes to the
/// original buffer.
/// Note that it isn't safe to use this function to overwrite memory mapped
/// files in-place (PR17960). Consider using a higher-level utility such as