mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 00:03:45 +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
|
#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).
|
* Used to count the number of commands (see below).
|
||||||
*/
|
*/
|
||||||
#define items(x) (sizeof((x)) / sizeof((x)[0]))
|
#define items(x) (sizeof((x)) / sizeof((x)[0]))
|
||||||
|
|||||||
Reference in New Issue
Block a user