util/nvmutil: fix duplicated word in comment

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-06 19:30:55 +00:00
parent 5d05921875
commit c6c4e5303e
+1 -1
View File
@@ -96,7 +96,7 @@ static void set_err(int);
/*
* When reading files, we loop on error EINTR
* a maximum number of defined defined thus:
* a maximum number of times as defined, thus:
*/
#define MAX_RETRY_READ 30