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

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>

authored by

Oscar Utbult and committed by
Jiri Kosina
2d69049a 00703e0b

+1 -1
+1 -1
Documentation/applying-patches.txt
··· 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