Reviewed the code comments in the Include/Protocol directory for typos, grammar issues, and language clarity.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8462 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
pkandel
2009-06-04 05:49:29 +00:00
parent e79a2975ad
commit 630b41877e
55 changed files with 219 additions and 218 deletions

View File

@@ -32,7 +32,7 @@ typedef struct _EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL EFI_DRIVER_FAMILY_OVERRIDE_
Retrieves the version of the driver that is used by the EFI Boot Service ConnectController()
to sort the set of Driver Binding Protocols in order from highest priority to lowest priority.
For drivers that support the Driver Family Override Protocol, those drivers are sorted so that
the drivers with higher values returned by GetVersion() are high priority that drivers that
the drivers with higher values returned by GetVersion() are higher priority than drivers that
return lower values from GetVersion().
@param This A pointer to the EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL instance.