From fe8a16e52b943e56df94e25d6344ec4ee7e45723 Mon Sep 17 00:00:00 2001 From: ydong10 Date: Tue, 16 Oct 2012 09:26:32 +0000 Subject: [PATCH] Fix a typo in comments. Signed-off-by: Eric Dong Reviewed-by: Tian, Feng git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13851 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec index 3054bb732a..1625fd5cc3 100644 --- a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec +++ b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec @@ -144,8 +144,9 @@ gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportedFeatures|0x05|UINT8|0x00010040 [PcdsDynamic, PcdsDynamicEx] - ## PCD is used to mark if the machine has complete one boot cycle before. - # After the complete boot, the variable BootState will be set to TRUE. + ## The PCD is used to mark whether the machine is in first boot cycle. + # TRUE means the machine is in first boot cycle. After completing the first boot, + # the PCD's value will be updated to FALSE. gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState|TRUE|BOOLEAN|0x0001002f ## Timeout value for displaying progressing bar in before boot OS. -- 2.39.2