From ece26961b9fadbec5e7424bd91f10f600430e975 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 7 Aug 2018 12:24:16 +0200 Subject: src/cpu: Fix typo Change-Id: I13dec72b2de2a525d45909e697c33fbdc31111cb Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/27918 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/cpu/x86/sipi_vector.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/x86/sipi_vector.S') diff --git a/src/cpu/x86/sipi_vector.S b/src/cpu/x86/sipi_vector.S index 83606bd920..ba5ae3e1ae 100644 --- a/src/cpu/x86/sipi_vector.S +++ b/src/cpu/x86/sipi_vector.S @@ -17,7 +17,7 @@ #include #include -/* The SIPI vector is responsible for initializing the APs in the sytem. It +/* The SIPI vector is responsible for initializing the APs in the system. It * loads microcode, sets up MSRs, and enables caching before calling into * C code. */ -- cgit v1.2.3