diff options
author | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-24 08:09:39 +0000 |
---|---|---|
committer | rsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-24 08:09:39 +0000 |
commit | 12fbc893e46d70e19c0dc49aabb47ff044d01887 (patch) | |
tree | 5ecb6f58550118d87d2ef1d44576c3596f13c00f /MdeModulePkg/Core | |
parent | f505090909de51f98df7ff01ad2a5ff3800c6405 (diff) | |
download | edk2-platforms-12fbc893e46d70e19c0dc49aabb47ff044d01887.tar.xz |
Minor comment fix.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10058 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core')
-rw-r--r-- | MdeModulePkg/Core/Dxe/DxeMain/DxeProtocolNotify.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Core/Dxe/DxeMain/DxeProtocolNotify.c b/MdeModulePkg/Core/Dxe/DxeMain/DxeProtocolNotify.c index c140d9fc30..a49f63e7c3 100644 --- a/MdeModulePkg/Core/Dxe/DxeMain/DxeProtocolNotify.c +++ b/MdeModulePkg/Core/Dxe/DxeMain/DxeProtocolNotify.c @@ -206,6 +206,8 @@ GenericProtocolNotify ( Creates an event for each entry in a table that is fired everytime a Protocol
of a specific type is installed.
+ @param Entry Pointer to EFI_CORE_PROTOCOL_NOTIFY_ENTRY.
+
**/
VOID
CoreNotifyOnProtocolEntryTable (
|