diff options
author | Andreas Mohr | 2006-06-26 18:35:02 +0200 |
---|---|---|
committer | Adrian Bunk | 2006-06-26 18:35:02 +0200 |
commit | d6e05edc59ecd79e8badf440c0d295a979bdfa3e (patch) | |
tree | 50362161f69317242ab603c51a18a818a4c93285 /drivers/ide/ide-disk.c | |
parent | fix paniced->panicked typos (diff) | |
download | kernel-qcow2-linux-d6e05edc59ecd79e8badf440c0d295a979bdfa3e.tar.gz kernel-qcow2-linux-d6e05edc59ecd79e8badf440c0d295a979bdfa3e.tar.xz kernel-qcow2-linux-d6e05edc59ecd79e8badf440c0d295a979bdfa3e.zip |
spelling fixes
acquired (aquired)
contiguous (contigious)
successful (succesful, succesfull)
surprise (suprise)
whether (weather)
some other misspellings
Signed-off-by: Andreas Mohr <andi@lisas.de>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/ide/ide-disk.c')
-rw-r--r-- | drivers/ide/ide-disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-disk.c b/drivers/ide/ide-disk.c index a5017de72da5..f033d732f387 100644 --- a/drivers/ide/ide-disk.c +++ b/drivers/ide/ide-disk.c @@ -37,7 +37,7 @@ * Version 1.15 convert all calls to ide_raw_taskfile * since args will return register content. * Version 1.16 added suspend-resume-checkpower - * Version 1.17 do flush on standy, do flush on ATA < ATA6 + * Version 1.17 do flush on standby, do flush on ATA < ATA6 * fix wcache setup. */ |