summaryrefslogtreecommitdiff
path: root/Documentation/process/backporting.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/process/backporting.rst')
-rw-r--r--Documentation/process/backporting.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/backporting.rst b/Documentation/process/backporting.rst
index c42779fbcd33..0de9eacd46a7 100644
--- a/Documentation/process/backporting.rst
+++ b/Documentation/process/backporting.rst
@@ -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