mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
util/nvmutil: fix a comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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]))
|
||||
|
||||
Reference in New Issue
Block a user