diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c index 4c014fca20576017034d6e72dd4eb640e03b9165..4330a899ddcbd97036809cc2e042688a6e8aa75e 100644 --- a/arch/x86/kernel/apic_32.c +++ b/arch/x86/kernel/apic_32.c @@ -108,7 +108,7 @@ static inline int lapic_get_version(void) } /* - * Check, if the APIC is integrated or a seperate chip + * Check, if the APIC is integrated or a separate chip */ static inline int lapic_is_integrated(void) { diff --git a/arch/x86/kernel/mpparse_32.c b/arch/x86/kernel/mpparse_32.c index bfcfc41f56070d1a06582e0c4cbbc7e61ab5c194..a4c05372626bb85ba6ee5dca40a5b2a8f3935c9a 100644 --- a/arch/x86/kernel/mpparse_32.c +++ b/arch/x86/kernel/mpparse_32.c @@ -1050,7 +1050,7 @@ int mp_register_gsi(u32 gsi, int triggering, int polarity) int idx, bit = 0; static int pci_irq = IRQ_COMPRESSION_START; /* - * Mapping between Global System Interrups, which + * Mapping between Global System Interrupts, which * represent all possible interrupts, and IRQs * assigned to actual devices. */ diff --git a/arch/x86/kernel/vm86_32.c b/arch/x86/kernel/vm86_32.c index c9f67effbc420c16af8b13c604f844c122e04f6f..738c2104df30753bfb04a36fd68269e6564587c5 100644 --- a/arch/x86/kernel/vm86_32.c +++ b/arch/x86/kernel/vm86_32.c @@ -384,7 +384,7 @@ static inline void clear_AC(struct kernel_vm86_regs * regs) * functions. However someone forgot to call clear_IF(regs) * in the opposite case. * After the command sequence CLI PUSHF STI POPF you should - * end up with interrups disabled, but you ended up with + * end up with interrupts disabled, but you ended up with * interrupts enabled. * ( I was testing my own changes, but the only bug I * could find was in a function I had not changed. ) diff --git a/arch/x86/mm/srat_64.c b/arch/x86/mm/srat_64.c index 9be14171144b389791bc987f536ecda6744c787e..5c0637e4c2f4353e6c51161a7f94b5a257a57389 100644 --- a/arch/x86/mm/srat_64.c +++ b/arch/x86/mm/srat_64.c @@ -160,7 +160,7 @@ static inline int save_add_info(void) {return 0;} #endif /* * Update nodes_add and decide if to include add are in the zone. - * Both SPARSE and RESERVE need nodes_add infomation. + * Both SPARSE and RESERVE need nodes_add information. * This code supports one contiguous hot add area per node. */ static int reserve_hotadd(int node, unsigned long start, unsigned long end)