util/nvmutil: fix a bad comment

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-09 18:11:34 +00:00
parent 61968ec2b9
commit 1f4ab21403
+2 -2
View File
@@ -279,8 +279,8 @@ struct commands {
*/ */
static const struct commands command[] = { static const struct commands command[] = {
/* /*
* Unlike older versions, we now require * Unlike older versions, we require at least
* both checksums to be valid for "dump". * one checksum to be valid when running dump.
*/ */
{ CMD_DUMP, "dump", cmd_helper_dump, ARGC_3, { CMD_DUMP, "dump", cmd_helper_dump, ARGC_3,
NO_INVERT, SET_MOD_OFF, NO_INVERT, SET_MOD_OFF,