Commit 2d69049ab7028ac656a8545a068cc10a663a9805

Authored by Oscar Utbult
Committed by Jiri Kosina
1 parent 00703e0b79

Documentation: change "&" to "and" in Documentation/applying-patches.txt

http://english.stackexchange.com/questions/3127/when-to-use-instead-of-and

Signed-off-by: Oscar Utbult <oscar@oscr.io>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/applying-patches.txt
... ... @@ -94,7 +94,7 @@
94 94 ---
95 95 When patch applies a patch file it attempts to verify the sanity of the
96 96 file in different ways.
97   -Checking that the file looks like a valid patch file & checking the code
  97 +Checking that the file looks like a valid patch file and checking the code
98 98 around the bits being modified matches the context provided in the patch are
99 99 just two of the basic sanity checks patch does.
100 100