UefiCpuPkg/RegisterCpuFeaturesLib: Correct comments.

Cc: Ray Ni <Ray.ni@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
Eric Dong 2019-02-14 09:08:13 +08:00
parent 001c2c8033
commit f664032e06
1 changed files with 2 additions and 2 deletions

View File

@ -1174,8 +1174,8 @@ PreSmmCpuRegisterTableWrite (
@param[in] CpuBitMaskSize The size of CPU feature bit mask buffer @param[in] CpuBitMaskSize The size of CPU feature bit mask buffer
@param[in] Feature The bit number of the CPU feature @param[in] Feature The bit number of the CPU feature
@retval TRUE The CPU feature is set in PcdCpuFeaturesSupport. @retval TRUE The CPU feature is set in CpuBitMask.
@retval FALSE The CPU feature is not set in PcdCpuFeaturesSupport. @retval FALSE The CPU feature is not set in CpuBitMask.
**/ **/
BOOLEAN BOOLEAN