diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
commit | f969d69ba9f952e5bdd38278e25e26a3e4a61a70 (patch) | |
tree | b3530d803df59d726afaabebc6626987dee1ca05 /drivers/parport/share.c | |
parent | a10ce7ef2066b455d69187643ddf2073bfc4db24 (diff) |
Merge with 2.3.27.
Diffstat (limited to 'drivers/parport/share.c')
-rw-r--r-- | drivers/parport/share.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parport/share.c b/drivers/parport/share.c index 7c127fd18..5a3288b9b 100644 --- a/drivers/parport/share.c +++ b/drivers/parport/share.c @@ -137,7 +137,7 @@ struct parport *parport_enumerate(void) request_module ("parport_lowlevel"); if (portlist) /* The user has a parport_lowlevel alias in - * conf.modules. Warn them that it won't work + * modules.conf. Warn them that it won't work * for long. */ printk (KERN_WARNING "parport: 'parport_lowlevel' is deprecated; " |