[2.6 patch] typos: s/ducument/document/

From: Adrian Bunk
Date: Sun Mar 26 2006 - 16:06:54 EST


s/ducument/document/

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

Documentation/DocBook/Makefile | 2 +-
drivers/s390/char/sclp_rw.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-2.6.16-mm1-full/Documentation/DocBook/Makefile.old 2006-03-26 20:08:55.000000000 +0200
+++ linux-2.6.16-mm1-full/Documentation/DocBook/Makefile 2006-03-26 20:09:04.000000000 +0200
@@ -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.

--- linux-2.6.16-mm1-full/drivers/s390/char/sclp_rw.c.old 2006-03-26 20:09:13.000000000 +0200
+++ linux-2.6.16-mm1-full/drivers/s390/char/sclp_rw.c 2006-03-26 20:09:21.000000000 +0200
@@ -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))

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/