Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <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>

authored by

Addison English and committed by
Jonathan Corbet
faa395bc 9dbbd32e

+1 -1
+1 -1
Documentation/dev-tools/clang-format.rst
··· 88 88 89 89 By using an integration with your text editor, you can reformat arbitrary 90 90 blocks (selections) of code with a single keystroke. This is specially 91 - useful when moving code around, for complex code that is deeply intended, 91 + useful when moving code around, for complex code that is deeply indented, 92 92 for multi-line macros (and aligning their backslashes), etc. 93 93 94 94 Remember that you can always tweak the changes afterwards in those cases