diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-06 19:30:55 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-06 19:30:55 +0000 |
| commit | c6c4e5303e6ae07ec6e4cf33d36fa58dd5ed2774 (patch) | |
| tree | 54a35f0aec0215cd11bfa8a03147ec39a622d23d /util/nvmutil | |
| parent | 5d05921875f7f17d271f4c691dfbf1787e166b8c (diff) | |
util/nvmutil: fix duplicated word in comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
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 |
