diff mbox series

[libubootenv] uboot_env: fix comment typo

Message ID 1559681760-19483-1-git-send-email-pjtexier@koncepto.io
State Accepted
Headers show
Series [libubootenv] uboot_env: fix comment typo | expand

Commit Message

'Darko Komljenovic' via swupdate June 4, 2019, 8:56 p.m. UTC
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 src/uboot_env.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/src/uboot_env.c b/src/uboot_env.c
index e8483bf..5134edb 100644
--- a/src/uboot_env.c
+++ b/src/uboot_env.c
@@ -696,7 +696,7 @@  int libuboot_read_config(struct uboot_ctx *ctx, const char *config)
 				&dev->envsectors);
 
 		/*
-		 * At least name ofsset and size shopuld be set
+		 * At least name offset and size should be set
 		 */
 		if (ret < 3 || !tmp)
 			continue;