summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-12 06:06:23 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-12 06:06:23 +0000
commitc55426ab649d280658753d36bcad712361d65ccd (patch)
treec965ef6039ee8b6a8fbe6f59c5671e64a517e5f3
parentdf80a83c8a5a45a979c6dfa4a54f7aafbde5a671 (diff)
downloadedk2-platforms-c55426ab649d280658753d36bcad712361d65ccd.tar.xz
fixed comments missing.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7510 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrForm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrForm.c b/MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrForm.c
index a81423763b..3feaf92958 100644
--- a/MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrForm.c
+++ b/MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrForm.c
@@ -974,7 +974,7 @@ ConstructConfigHdr (
EFI_DEVICE_PATH_PROTOCOL *DevicePath;
//
- // Make sure
+ // Make sure when ConfigHdr is NULL, StrBufferlen must be 0
//
ASSERT (!(ConfigHdr == NULL && *StrBufferLen != 0));