From 50ce806dfa6ef3bc7f09123bb6add8c191d7ab0f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 7 Mar 2026 03:16:20 +0000 Subject: util/nvmutil: fix a comment Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/nvmutil/nvmutil.c') diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 960c884d..da6d4cab 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -108,7 +108,7 @@ static void set_err(int errval); #define MAX_RETRY_READ 30 /* - * Portably macro based on BSD nitems. + * Portable macro based on BSD nitems. * Used to count the number of commands (see below). */ #define items(x) (sizeof((x)) / sizeof((x)[0])) -- cgit v1.2.1