From 1f4ab2140343799c10b4f0a8c538b03ba308d44a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 9 Mar 2026 18:11:34 +0000 Subject: util/nvmutil: fix a bad comment Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 4 ++-- 1 file 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, -- cgit v1.2.1