diff options
author | Stefan Wahren | 2023-12-18 14:06:55 +0100 |
---|---|---|
committer | Miquel Raynal | 2023-12-22 12:32:57 +0100 |
commit | b9e824f995ad46246fcc06bd43dc252916c32481 (patch) | |
tree | e27157a6799b1f509915a1bb9c82684cb232df99 | |
parent | a7d84a2e7663bbe12394cc771107e04668ea313a (diff) |
dt-bindings: mtd: partitions: u-boot: Fix typo
The initial description contained a typo.
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20231218130656.9020-1-wahrenst@gmx.net
-rw-r--r-- | Documentation/devicetree/bindings/mtd/partitions/u-boot.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/partitions/u-boot.yaml b/Documentation/devicetree/bindings/mtd/partitions/u-boot.yaml index 3c56efe48efd..327fa872c001 100644 --- a/Documentation/devicetree/bindings/mtd/partitions/u-boot.yaml +++ b/Documentation/devicetree/bindings/mtd/partitions/u-boot.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: U-Boot bootloader partition description: | - U-Boot is a bootlodaer commonly used in embedded devices. It's almost always + U-Boot is a bootloader commonly used in embedded devices. It's almost always located on some kind of flash device. Device configuration is stored as a set of environment variables that are |