mISDN: Fix typo in dsp_core.c

Correct spelling "modul" to "module" in
drivers/isdn/mISDN/dsp_core.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Masanari Iida 2012-02-12 03:37:06 +00:00 committed by David S. Miller
parent 73c2ae763a
commit 4807f64387

View file

@ -1119,7 +1119,7 @@ static int __init dsp_init(void)
int err; int err;
int tics; int tics;
printk(KERN_INFO "DSP modul %s\n", mISDN_dsp_revision); printk(KERN_INFO "DSP module %s\n", mISDN_dsp_revision);
dsp_options = options; dsp_options = options;
dsp_debug = debug; dsp_debug = debug;