aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/PeCoffExtraActionLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/PeCoffExtraActionLib.h')
-rw-r--r--src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/PeCoffExtraActionLib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/PeCoffExtraActionLib.h b/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/PeCoffExtraActionLib.h
index 1b73fc184e..229339e03d 100644
--- a/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/PeCoffExtraActionLib.h
+++ b/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/PeCoffExtraActionLib.h
@@ -1,6 +1,6 @@
/** @file
Provides services to perform additional actions when a PE/COFF image is loaded
- or unloaded. This is useful for environment where symbols need to be loaded
+ or unloaded. This is useful for environment where symbols need to be loaded
and unloaded to support source level debugging.
Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>
@@ -37,9 +37,9 @@ PeCoffLoaderRelocateImageExtraAction (
/**
Performs additional actions just before a PE/COFF image is unloaded. Any resources
that were allocated by PeCoffLoaderRelocateImageExtraAction() must be freed.
-
+
If ImageContext is NULL, then ASSERT().
-
+
@param ImageContext Pointer to the image context structure that describes the
PE/COFF image that is being unloaded.