[PATCH 1/5] binman: Correct an 'aot' typo

Simon Glass sjg at chromium.org
Sat Feb 18 00:19:19 CET 2023


Fix this typo.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 tools/binman/bintool.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/binman/bintool.py b/tools/binman/bintool.py
index 8fda13ff012..e1dff9aa1b5 100644
--- a/tools/binman/bintool.py
+++ b/tools/binman/bintool.py
@@ -389,7 +389,7 @@ class Bintool:
 
     @classmethod
     def apt_install(cls, package):
-        """Install a bintool using the 'aot' tool
+        """Install a bintool using the 'apt' tool
 
         This requires use of servo so may request a password
 
-- 
2.39.2.637.g21b0678d19-goog



More information about the U-Boot mailing list