x86/apic: Fix a typo in a comment line
authorDou Liyang <[email protected]>
Tue, 7 Feb 2017 04:44:48 +0000 (12:44 +0800)
committerIngo Molnar <[email protected]>
Tue, 7 Feb 2017 09:40:27 +0000 (10:40 +0100)
s/bringin
 /bringing

Signed-off-by: Dou Liyang <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/apic/apic.c

index fdb9c46227cc23b07744b9d2d75efa29162c4744..8567c851172c78535e5d6b2fee9c96003155169d 100644 (file)
@@ -1246,7 +1246,7 @@ static void lapic_setup_esr(void)
 /**
  * setup_local_APIC - setup the local APIC
  *
- * Used to setup local APIC while initializing BSP or bringin up APs.
+ * Used to setup local APIC while initializing BSP or bringing up APs.
  * Always called with preemption disabled.
  */
 void setup_local_APIC(void)