]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
binman: Fix typo in mkimage etype description
authorMarek Vasut <marex@denx.de>
Thu, 25 Apr 2024 22:54:08 +0000 (00:54 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 3 May 2024 18:22:59 +0000 (12:22 -0600)
Fix a typo, no functional change.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
tools/binman/btool/mkimage.py

index d5b407c55471bc70293b6944439f6e48fdcc8416..39a4c8c1432ffc3f95a555cd27a4c53691fdbb00 100644 (file)
@@ -11,7 +11,7 @@ class Bintoolmkimage(bintool.Bintool):
     """Image generation for U-Boot
 
     This bintool supports running `mkimage` with some basic parameters as
-    neeed by binman.
+    needed by binman.
 
     Normally binman uses the mkimage built by U-Boot. But when run outside the
     U-Boot build system, binman can use the version installed in your system.