diff options
Diffstat (limited to 'MdePkg/Include/Protocol/PlatformDriverOverride.h')
-rw-r--r-- | MdePkg/Include/Protocol/PlatformDriverOverride.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/PlatformDriverOverride.h b/MdePkg/Include/Protocol/PlatformDriverOverride.h index cbcdefc083..d11f431a1a 100644 --- a/MdePkg/Include/Protocol/PlatformDriverOverride.h +++ b/MdePkg/Include/Protocol/PlatformDriverOverride.h @@ -65,7 +65,7 @@ EFI_STATUS exists.
@param DriverImagePath On input, a pointer to the previous driver device path returned by
GetDriverPath(). On output, a pointer to the next driver
- device path. Passing in a pointer to NULL, will return the first
+ device path. Passing in a pointer to NULL will return the first
driver device path for ControllerHandle.
@retval EFI_SUCCESS The driver override for ControllerHandle was returned in
|