diff options
| author | Tom Rini <[email protected]> | 2024-12-15 08:02:22 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-15 08:02:22 -0600 |
| commit | eb1817ad8707e31da23e4b30e6cbe09056e0dca3 (patch) | |
| tree | 17161fb42f1a072096a6428b6c4246ca06efb5cc /include | |
| parent | 88bd5701efdc48048e030d91c2633048f0f753a0 (diff) | |
| parent | 55e8704402350d06e8ebf244515d96c36a3bacf5 (diff) | |
Merge tag 'doc-2025-01-rc5' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request doc-2025-01-rc5
Documentation:
* sending_patches: Fix spelling of "its"
* environment: NET_LWIP dhcp sets ipaddrN, netmaskN and gatewayipN
* remove redundant Rockchip bindings
* fwu_updates: Fix formatting
* coolpi: Fix document style
* board: theobroma-systems: fix feature list in introductions
Fix typos in code comments:
* clk: mpc83xx: Fix typo in "Coherent System Bus"
* efi_loader: Fix typos in enum efi_allocate_type
Diffstat (limited to 'include')
| -rw-r--r-- | include/efi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi.h b/include/efi.h index c559fda3004..d50b3d3cec9 100644 --- a/include/efi.h +++ b/include/efi.h @@ -175,7 +175,7 @@ enum efi_allocate_type { EFI_ALLOCATE_MAX_ADDRESS, /** * @EFI_ALLOCATE_ADDRESS: - * Allocate a memory block starting at the indicatged adress. + * Allocate a memory block starting at the indicated address. */ EFI_ALLOCATE_ADDRESS, /** |
