From: Addison English Date: Mon, 8 Dec 2025 06:51:36 +0000 (-0500) Subject: docs: fix typo in clang-format documentation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faa395bcda431961d29c64c9a68645188c76b77f;p=thirdparty%2Flinux.git docs: fix typo in clang-format documentation The clang-format documentation contains a minor spelling issue where "intended" is used instead of "indented" when describing deeply nested code. This patch corrects the typo to improve the clarity and consistency. Signed-off-by: Addison English Acked-by: Randy Dunlap Signed-off-by: Jonathan Corbet Message-ID: <20251208065136.9092-1-addison.englishw@gmail.com> --- diff --git a/Documentation/dev-tools/clang-format.rst b/Documentation/dev-tools/clang-format.rst index 1d089a847c1b3..6c8a0df5a00c4 100644 --- a/Documentation/dev-tools/clang-format.rst +++ b/Documentation/dev-tools/clang-format.rst @@ -88,7 +88,7 @@ Reformatting blocks of code By using an integration with your text editor, you can reformat arbitrary blocks (selections) of code with a single keystroke. This is specially -useful when moving code around, for complex code that is deeply intended, +useful when moving code around, for complex code that is deeply indented, for multi-line macros (and aligning their backslashes), etc. Remember that you can always tweak the changes afterwards in those cases