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

Doc: fix trivial typo in SubmittingPatches

This patch changes the tense of a verb in SubmittingPatches to ensure
grammatical validity of the containing sentence.

Signed-off-by: Benjamin Herr <ben@0x539.de>
Signed-off-by: Jiri Kosina <jkosina@suse.com>

authored by

Benjamin Herr and committed by
Jiri Kosina
6ade9772 377a51a6

+1 -1
+1 -1
Documentation/SubmittingPatches
··· 90 90 91 91 Make sure your patch does not include any extra files which do not 92 92 belong in a patch submission. Make sure to review your patch -after- 93 - generated it with diff(1), to ensure accuracy. 93 + generating it with diff(1), to ensure accuracy. 94 94 95 95 If your changes produce a lot of deltas, you need to split them into 96 96 individual patches which modify things in logical stages; see section