Fix the typo in InstallMultipleProtocolInterfaces comments

Signed-off-by: Ruiyu Ni<ruiyu.ni@intel.com>
Reviewed-by: Liming Gao<liming.gao@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13554 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
niruiyu
2012-07-25 06:45:49 +00:00
parent e77f9ef656
commit 4a23eaa9e0
2 changed files with 6 additions and 5 deletions

View File

@@ -1136,8 +1136,8 @@ EFI_STATUS
/**
Installs one or more protocol interfaces into the boot services environment.
@param Handle The handle to install the new protocol interfaces on, or NULL if a new
handle is to be allocated.
@param Handle The pointer to a handle to install the new protocol interfaces on,
or a pointer to NULL if a new handle is to be allocated.
@param ... A variable argument list containing pairs of protocol GUIDs and protocol
interfaces.