summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-06 19:30:55 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-06 19:30:55 +0000
commitc6c4e5303e6ae07ec6e4cf33d36fa58dd5ed2774 (patch)
tree54a35f0aec0215cd11bfa8a03147ec39a622d23d
parent5d05921875f7f17d271f4c691dfbf1787e166b8c (diff)
util/nvmutil: fix duplicated word in comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rw-r--r--util/nvmutil/nvmutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c
index 62986a9c..17a00aca 100644
--- a/util/nvmutil/nvmutil.c
+++ b/util/nvmutil/nvmutil.c
@@ -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