[clang-format][doc] Fix a typo introduced in 9aab0db13fb6d
authorOwen Pan <owenpiano@gmail.com>
Fri, 26 May 2023 09:10:38 +0000 (02:10 -0700)
committerOwen Pan <owenpiano@gmail.com>
Fri, 26 May 2023 09:11:42 +0000 (02:11 -0700)
clang/docs/ClangFormatStyleOptions.rst
clang/include/clang/Format/Format.h

index a8fc651..8f23a4a 100644 (file)
@@ -2453,7 +2453,7 @@ the configuration (without a prefix: ``Auto``).
   * ``BBCDS_Allowed`` (in configuration: ``Allowed``)
     Breaking between template declaration and ``concept`` is allowed. The
     actual behavior depends on the content and line breaking rules and
-    penalities.
+    penalties.
 
   * ``BBCDS_Always`` (in configuration: ``Always``)
     Always break before ``concept``, putting it in the line after the
index 78c0847..6a9d435 100644 (file)
@@ -1801,7 +1801,7 @@ struct FormatStyle {
     BBCDS_Never,
     /// Breaking between template declaration and ``concept`` is allowed. The
     /// actual behavior depends on the content and line breaking rules and
-    /// penalities.
+    /// penalties.
     BBCDS_Allowed,
     /// Always break before ``concept``, putting it in the line after the
     /// template declaration.