diff options
author | Benjamin Herr <ben@0x539.de> | 2015-07-18 14:31:40 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-07-24 15:14:17 +0200 |
commit | 013542caa898289f37695bea849f1e368254ec8b (patch) | |
tree | 7ad7a725604123347215b292cdf23d93925a558d /Documentation/SubmittingPatches | |
parent | 6c121170115e9b6bb9dbe3e1daa8039976450bcf (diff) | |
download | linux-next-013542caa898289f37695bea849f1e368254ec8b.tar.gz |
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: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/SubmittingPatches')
-rw-r--r-- | Documentation/SubmittingPatches | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 56ef2e6f79c2..80b9f54f87ef 100644 --- a/Documentation/SubmittingPatches +++ b/Documentation/SubmittingPatches @@ -90,7 +90,7 @@ patch. Make sure your patch does not include any extra files which do not belong in a patch submission. Make sure to review your patch -after- -generated it with diff(1), to ensure accuracy. +generating it with diff(1), to ensure accuracy. If your changes produce a lot of deltas, you need to split them into individual patches which modify things in logical stages; see section |