summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-07 03:16:20 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-07 03:16:20 +0000
commit50ce806dfa6ef3bc7f09123bb6add8c191d7ab0f (patch)
tree5133057c04a9b735fa8d21838bdb0a411d7562a7 /util
parenta0da88d361b7b20004d2a23edbaf38fa3b8deb6d (diff)
util/nvmutil: fix a comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
-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 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]))