From: Star Zeng Date: Mon, 9 Apr 2018 02:10:40 +0000 (+0800) Subject: UefiCpuPkg MpInitLib: Fix typo "sCPUID" to "CPUID" X-Git-Tag: edk2-stable201903~1835 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=3e5c6c07b151478c4944e46a5fdfac14e117e4f1;hp=d3180516f31b93f3dc14ebb0191cd78bcfc052d9 UefiCpuPkg MpInitLib: Fix typo "sCPUID" to "CPUID" Cc: Eric Dong Cc: Ruiyu Ni Cc: Jiewen Yao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng Reviewed-by: Eric Dong --- diff --git a/UefiCpuPkg/Library/MpInitLib/Microcode.c b/UefiCpuPkg/Library/MpInitLib/Microcode.c index 9d61da6c23..e47f9f4f8f 100644 --- a/UefiCpuPkg/Library/MpInitLib/Microcode.c +++ b/UefiCpuPkg/Library/MpInitLib/Microcode.c @@ -1,7 +1,7 @@ /** @file Implementation of loading microcode on processors. - Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.
+ Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -77,7 +77,7 @@ MicrocodeDetect ( ExtendedTableLength = 0; // // Here data of CPUID leafs have not been collected into context buffer, so - // GetProcessorCpuid() cannot be used here to retrieve sCPUID data. + // GetProcessorCpuid() cannot be used here to retrieve CPUID data. // AsmCpuid (CPUID_VERSION_INFO, &Eax.Uint32, NULL, NULL, NULL);