aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/HobLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/HobLib.h')
-rw-r--r--src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/HobLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/HobLib.h b/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/HobLib.h
index 04a03cf505..a14d7af398 100644
--- a/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/HobLib.h
+++ b/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/HobLib.h
@@ -190,7 +190,7 @@ BuildModuleHob (
This function builds a HOB that describes a chunk of system memory.
It can only be invoked during PEI phase;
for DXE phase, it will ASSERT() since PEI HOB is read-only for DXE phase.
-
+
If there is no additional space for HOB creation, then ASSERT().
@param ResourceType The type of resource described by this HOB.