From c6c4e5303e6ae07ec6e4cf33d36fa58dd5ed2774 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 6 Mar 2026 19:30:55 +0000 Subject: util/nvmutil: fix duplicated word in comment Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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 -- cgit v1.2.1