From ccf78f083cd2811c401db08b002b2b3c5273db26 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 21 Aug 2016 10:49:19 +0200 Subject: src/include: Capitalize APIC and SMM Change-Id: I9b3a2cce6c6bb85791d5cde076d5de95ef0e8790 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/16278 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker --- src/include/cpu/x86/lapic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/cpu/x86/lapic.h') diff --git a/src/include/cpu/x86/lapic.h b/src/include/cpu/x86/lapic.h index 16bc42db7f..dfcb4da032 100644 --- a/src/include/cpu/x86/lapic.h +++ b/src/include/cpu/x86/lapic.h @@ -6,7 +6,7 @@ #include #include -/* See if I need to initialize the local apic */ +/* See if I need to initialize the local APIC */ #if CONFIG_SMP || CONFIG_IOAPIC # define NEED_LAPIC 1 #else -- cgit v1.2.3