diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-09 18:11:34 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-09 18:11:34 +0000 |
| commit | 1f4ab2140343799c10b4f0a8c538b03ba308d44a (patch) | |
| tree | 46ceb55a8c50559d66611b72dbe6086fd7c0a9fe /util/nvmutil | |
| parent | 61968ec2b99eae7cf33b216049b2ef64b1f34181 (diff) | |
util/nvmutil: fix a bad comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index ee1656ab..03aa3c20 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -279,8 +279,8 @@ struct commands { */ static const struct commands command[] = { /* - * Unlike older versions, we now require - * both checksums to be valid for "dump". + * Unlike older versions, we require at least + * one checksum to be valid when running dump. */ { CMD_DUMP, "dump", cmd_helper_dump, ARGC_3, NO_INVERT, SET_MOD_OFF, |
