diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-04-01 01:04:59 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-04-01 01:04:59 +0200 |
commit | 58ef2c4ce3c98fe46ae159bd560b63421798ea90 (patch) | |
tree | 55e7cbe3f88c4f281a75fd2f518fa8910ad09a3f /drivers/s390/char/sclp_rw.c | |
parent | 2a08b4e90408d15dc22a29b45b645ad7a6f09137 (diff) | |
download | blackbird-op-linux-58ef2c4ce3c98fe46ae159bd560b63421798ea90.tar.gz blackbird-op-linux-58ef2c4ce3c98fe46ae159bd560b63421798ea90.zip |
typos: s/ducument/document/
s/ducument/document/
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/s390/char/sclp_rw.c')
-rw-r--r-- | drivers/s390/char/sclp_rw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/sclp_rw.c b/drivers/s390/char/sclp_rw.c index ac10dfb20a62..91e93c78f57a 100644 --- a/drivers/s390/char/sclp_rw.c +++ b/drivers/s390/char/sclp_rw.c @@ -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)) |