summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/docs/ClangFormatStyleOptions.rst2
-rw-r--r--clang/include/clang/Format/Format.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst
index f4c4c8cc9a2..837d184a959 100644
--- a/clang/docs/ClangFormatStyleOptions.rst
+++ b/clang/docs/ClangFormatStyleOptions.rst
@@ -327,7 +327,7 @@ the configuration (without a prefix: ``Auto``).
alignment of & and \*. ``PointerAlignment`` is then used only as fallback.
**DisableFormat** (``bool``)
- Disables formatting at all.
+ Disables formatting completely.
**ExperimentalAutoDetectBinPacking** (``bool``)
If ``true``, clang-format detects whether function calls and
diff --git a/clang/include/clang/Format/Format.h b/clang/include/clang/Format/Format.h
index ad87a057a6a..faf01fc8e3d 100644
--- a/clang/include/clang/Format/Format.h
+++ b/clang/include/clang/Format/Format.h
@@ -409,7 +409,7 @@ struct FormatStyle {
/// which should not be split into lines or otherwise changed.
std::string CommentPragmas;
- /// \brief Disables formatting at all.
+ /// \brief Disables formatting completely.
bool DisableFormat;
/// \brief A vector of macros that should be interpreted as foreach loops
OpenPOWER on IntegriCloud