mISDN: Fix typo in dsp_core.c
authorMasanari Iida <standby24x7@gmail.com>
Sun, 12 Feb 2012 03:37:06 +0000 (03:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Feb 2012 05:47:41 +0000 (00:47 -0500)
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>
drivers/isdn/mISDN/dsp_core.c

index 0c41553..742f9f4 100644 (file)
@@ -1119,7 +1119,7 @@ static int __init dsp_init(void)
        int err;
        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_debug = debug;