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

typos: s/ducument/document/

s/ducument/document/

Signed-off-by: Adrian Bunk <bunk@stusta.de>

+2 -2
+1 -1
Documentation/DocBook/Makefile
··· 2 2 # This makefile is used to generate the kernel documentation, 3 3 # primarily based on in-line comments in various source files. 4 4 # See Documentation/kernel-doc-nano-HOWTO.txt for instruction in how 5 - # to ducument the SRC - and how to read it. 5 + # to document the SRC - and how to read it. 6 6 # To add a new book the only step required is to add the book to the 7 7 # list of DOCBOOKS. 8 8
+1 -1
drivers/s390/char/sclp_rw.c
··· 24 24 25 25 /* 26 26 * The room for the SCCB (only for writing) is not equal to a pages size 27 - * (as it is specified as the maximum size in the the SCLP ducumentation) 27 + * (as it is specified as the maximum size in the the SCLP documentation) 28 28 * because of the additional data structure described above. 29 29 */ 30 30 #define MAX_SCCB_ROOM (PAGE_SIZE - sizeof(struct sclp_buffer))