]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
typos: s/ducument/document/
authorAdrian Bunk <bunk@stusta.de>
Fri, 31 Mar 2006 23:04:59 +0000 (01:04 +0200)
committerAdrian Bunk <bunk@stusta.de>
Fri, 31 Mar 2006 23:04:59 +0000 (01:04 +0200)
s/ducument/document/

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Documentation/DocBook/Makefile
drivers/s390/char/sclp_rw.c

index 7d87dd73cbe40552d67450059c45934faff45529..5a2882d275ba5b3beabb305c62a22f38aa5cff44 100644 (file)
@@ -2,7 +2,7 @@
 # This makefile is used to generate the kernel documentation,
 # primarily based on in-line comments in various source files.
 # See Documentation/kernel-doc-nano-HOWTO.txt for instruction in how
-# to ducument the SRC - and how to read it.
+# to document the SRC - and how to read it.
 # To add a new book the only step required is to add the book to the
 # list of DOCBOOKS.
 
index ac10dfb20a624ea63da9369fe75d1cbf49a1a9f0..91e93c78f57a0340657f1130ff33a9d20b4854e8 100644 (file)
@@ -24,7 +24,7 @@
 
 /*
  * The room for the SCCB (only for writing) is not equal to a pages size
- * (as it is specified as the maximum size in the the SCLP ducumentation)
+ * (as it is specified as the maximum size in the the SCLP documentation)
  * because of the additional data structure described above.
  */
 #define MAX_SCCB_ROOM (PAGE_SIZE - sizeof(struct sclp_buffer))