]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Documentation: process: backporting: fix missing subject
authorAriful Islam Shoikot <islamarifulshoikat@gmail.com>
Thu, 26 Feb 2026 12:01:29 +0000 (18:01 +0600)
committerJonathan Corbet <corbet@lwn.net>
Tue, 3 Mar 2026 17:24:17 +0000 (10:24 -0700)
Add the missing "it" in the sentence:
"even though it could have been changed by other patches."

This is a grammatical error in the Error handling section.

Signed-off-by: Ariful Islam Shoikot <islamarifulshoikat@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260226120129.18610-1-islamarifulshoikat@gmail.com>

Documentation/process/backporting.rst

index c42779fbcd331e3d6456c076eab5a9ef1704c497..0de9eacd46a73a4922e832d2b8f12461f322b20d 100644 (file)
@@ -432,7 +432,7 @@ The same goes for added ``return``, ``break``, and ``continue``
 statements.
 
 Error handling is typically located at the bottom of the function, so it
-may not be part of the conflict even though could have been changed by
+may not be part of the conflict even though it could have been changed by
 other patches.
 
 A good way to ensure that you review the error paths is to always use