]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
efi_driver: typo 'to be write'
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 5 Nov 2025 01:30:45 +0000 (02:30 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 6 Nov 2025 22:26:28 +0000 (23:26 +0100)
%s/to be write/to write/

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_driver/efi_block_device.c

index 070747de5156bb6df8eba25dd0184b9228d3f3fc..913755336b21921fbebe70cbec48cf79302d811f 100644 (file)
@@ -84,7 +84,7 @@ static ulong efi_bl_read(struct udevice *dev, lbaint_t blknr, lbaint_t blkcnt,
  * efi_bl_write() - write to block device
  *
  * @dev:       device
- * @blknr:     first block to be write
+ * @blknr:     first block to write
  * @blkcnt:    number of blocks to write
  * @buffer:    input buffer
  * Return:     number of blocks transferred