mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 19:23:24 +02:00
util/nvmutil: fix a bad comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -286,13 +286,8 @@ conv_argv_part_num(const char *part_str)
|
|||||||
unsigned char ch;
|
unsigned char ch;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Because char signedness is implementation is
|
* Because char signedness is implementation-defined,
|
||||||
* implementation-defined, we must assumed that
|
* it is assumed to be signed, and handled accordingly.
|
||||||
* it is signed, and guard accordingly.
|
|
||||||
*
|
|
||||||
* Do not use check_part_num() here. The same check
|
|
||||||
* is done *here*, but on a character, with the
|
|
||||||
* above caveat in mind.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (strlen(part_str) != 1)
|
if (strlen(part_str) != 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user