x86: GEODE: MFGPT: fix typo in printk in mfgpt_timer_setup
authorArnd Hannemann <[email protected]>
Sat, 9 Feb 2008 22:24:08 +0000 (23:24 +0100)
committerThomas Gleixner <[email protected]>
Sat, 9 Feb 2008 22:24:08 +0000 (23:24 +0100)
Signed-off-by: Arnd Hannemann <[email protected]>
Signed-off-by: Andres Salomon <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
arch/x86/kernel/mfgpt_32.c

index eeb461f391a074b0a77241d375bf2eb919b0799d..027fc067b3995153164c799fbe63502baf7706fd 100644 (file)
@@ -370,7 +370,7 @@ int __init mfgpt_timer_setup(void)
                        &mfgpt_clockevent);
 
        printk(KERN_INFO
-              "mfgpt-timer:  registering the MFGT timer as a clock event.\n");
+              "mfgpt-timer:  registering the MFGPT timer as a clock event.\n");
        clockevents_register_device(&mfgpt_clockevent);
 
        return 0;