summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-05 08:08:49 +0000
committerjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>2010-02-05 08:08:49 +0000
commit8a90a5a56f0238384e939bbb1860cb0577ae4ca5 (patch)
treed95dd3faf87d2d402cb747d5c55569421820fc36
parent54ea99a798f7d714b59503fcc21ee97878bc6492 (diff)
downloadedk2-platforms-8a90a5a56f0238384e939bbb1860cb0577ae4ca5.tar.xz
revise the comments style
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9938 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h b/MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
index 90bb246de9..070430db9c 100644
--- a/MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
+++ b/MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
@@ -1,6 +1,6 @@
/** @file
- This file defines:
- A configuration Table Guid for Load module at fixed address.
+ This file defines a configuration Table Guid for Load module at fixed address.
+
This configuration table is to hold the top address below which the Dxe runtime code and
boot time code will be loaded and Tseg base. When this feature is enabled, Build tools will assigned
module loading address relative to these 2 address.