From: Wei Ming Chen Date: Fri, 19 Jan 2024 01:34:14 +0000 (+0800) Subject: doc: uefi: remove duplicate word "has" X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=0d7634ebc13ee176f9252864c8d3408dfb07bbdd;p=u-boot.git doc: uefi: remove duplicate word "has" There should be only one "has" instead of "has has" Signed-off-by: Wei Ming Chen Reviewed-by: Heinrich Schuchardt --- diff --git a/doc/develop/uefi/uefi.rst b/doc/develop/uefi/uefi.rst index 6bc9d92285..c739242b6a 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