diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-07 03:16:20 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-07 03:16:20 +0000 |
| commit | 50ce806dfa6ef3bc7f09123bb6add8c191d7ab0f (patch) | |
| tree | 5133057c04a9b735fa8d21838bdb0a411d7562a7 /util | |
| parent | a0da88d361b7b20004d2a23edbaf38fa3b8deb6d (diff) | |
util/nvmutil: fix a comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
| -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 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])) |
