diff options
| author | Wei Ming Chen <[email protected]> | 2024-01-19 09:34:14 +0800 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-01-21 11:24:18 +0100 |
| commit | 0d7634ebc13ee176f9252864c8d3408dfb07bbdd (patch) | |
| tree | 1b3b56a2defbc30c887fc6b7249acb6cd05d0f0f | |
| parent | 3c04fcf3137d5f694d52b8f355373e4baabe5f78 (diff) | |
doc: uefi: remove duplicate word "has"
There should be only one "has" instead of "has has"
Signed-off-by: Wei Ming Chen <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
| -rw-r--r-- | doc/develop/uefi/uefi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst index 6bc9d92285b..c739242b6a8 100644 --- a/doc/develop/uefi/uefi.rst +++ b/doc/develop/uefi/uefi.rst @@ -830,7 +830,7 @@ driver on a device the ConnectController service is called. In this context controller refers to the device for which the driver is installed. The relevant drivers are identified using the EFI_DRIVER_BINDING_PROTOCOL. This -protocol has has three functions: +protocol has three functions: * supported - determines if the driver is compatible with the device * start - installs the driver by opening the relevant protocol with |
