]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: fix typo in clang-format documentation
authorAddison English <addison.englishw@gmail.com>
Mon, 8 Dec 2025 06:51:36 +0000 (01:51 -0500)
committerJonathan Corbet <corbet@lwn.net>
Mon, 22 Dec 2025 22:18:57 +0000 (15:18 -0700)
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 <addison.englishw@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251208065136.9092-1-addison.englishw@gmail.com>

Documentation/dev-tools/clang-format.rst

index 1d089a847c1b339d64ec66ba1069086c43eb9909..6c8a0df5a00c42f4f27b6fc467ad6471c341cd25 100644 (file)
@@ -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