mirror of https://github.com/acidanthera/audk.git
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:
parent
001c2c8033
commit
f664032e06
|
@ -1174,8 +1174,8 @@ PreSmmCpuRegisterTableWrite (
|
|||
@param[in] CpuBitMaskSize The size of CPU feature bit mask buffer
|
||||
@param[in] Feature The bit number of the CPU feature
|
||||
|
||||
@retval TRUE The CPU feature is set in PcdCpuFeaturesSupport.
|
||||
@retval FALSE The CPU feature is not set in PcdCpuFeaturesSupport.
|
||||
@retval TRUE The CPU feature is set in CpuBitMask.
|
||||
@retval FALSE The CPU feature is not set in CpuBitMask.
|
||||
|
||||
**/
|
||||
BOOLEAN
|
||||
|
|
Loading…
Reference in New Issue