diff options
author | Wei Ming Chen | 2024-01-19 09:34:14 +0800 |
---|---|---|
committer | Heinrich Schuchardt | 2024-01-21 11:24:18 +0100 |
commit | 0d7634ebc13ee176f9252864c8d3408dfb07bbdd (patch) | |
tree | 1b3b56a2defbc30c887fc6b7249acb6cd05d0f0f /doc | |
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 <jj251510319013@gmail.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc')
-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 |