summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Mem/Imem.h
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2016-01-29 16:32:54 +0800
committerStar Zeng <star.zeng@intel.com>2016-02-15 18:12:03 +0800
commit2eb989bc29c2c0bacae6d79fc7e066c58ec12b5e (patch)
treeff90b6211cbd24564d72382ab109055d7a5b44f4 /MdeModulePkg/Core/Dxe/Mem/Imem.h
parent379f1cfea738293c710f7a18590690d1e36ade2a (diff)
downloadedk2-platforms-2eb989bc29c2c0bacae6d79fc7e066c58ec12b5e.tar.xz
MdeModulePkg DxeCore: Minor comments update to AllocatePool()
Follow UEFI 2.6 spec to minor update the comments of AllocatePool(). Cc: Liming Gao <liming.gao@intel.com> Cc: Feng Tian <feng.tian@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdeModulePkg/Core/Dxe/Mem/Imem.h')
-rw-r--r--MdeModulePkg/Core/Dxe/Mem/Imem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Core/Dxe/Mem/Imem.h b/MdeModulePkg/Core/Dxe/Mem/Imem.h
index a76ae2fe67..6f4065e3b8 100644
--- a/MdeModulePkg/Core/Dxe/Mem/Imem.h
+++ b/MdeModulePkg/Core/Dxe/Mem/Imem.h
@@ -1,7 +1,7 @@
/** @file
Data structure and functions to allocate and free memory space.
-Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -19,7 +19,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
// +---------------------------------------------------+
// | 0..(EfiMaxMemoryType - 1) - Normal memory type |
// +---------------------------------------------------+
-// | EfiMaxMemoryType..0x6FFFFFFF - Ilegal |
+// | EfiMaxMemoryType..0x6FFFFFFF - Invalid |
// +---------------------------------------------------+
// | 0x70000000..0x7FFFFFFF - OEM reserved |
// +---------------------------------------------------+