util/nvmutil: fix a comment

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-07 03:16:20 +00:00
parent a0da88d361
commit 50ce806dfa

View File

@@ -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]))