summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/UefiLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/UefiLib.h')
-rw-r--r--src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/UefiLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/UefiLib.h b/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/UefiLib.h
index d91bcf83954f..0e9ac67f9959 100644
--- a/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/UefiLib.h
+++ b/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/UefiLib.h
@@ -409,7 +409,7 @@ EfiReleaseLock (
This function tests whether the driver specified by DriverBindingHandle is
currently managing the controller specified by ControllerHandle. This test
- is performed by evaluating if the the protocol specified by ProtocolGuid is
+ is performed by evaluating if the protocol specified by ProtocolGuid is
present on ControllerHandle and is was opened by DriverBindingHandle with an
attribute of EFI_OPEN_PROTOCOL_BY_DRIVER.
If ProtocolGuid is NULL, then ASSERT().