summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.c
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-08 02:08:40 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-08 02:08:40 +0000
commit7c3a4e253fe3dc35956f78d6bdf3e3f568764034 (patch)
treee934bd1b1d6386ea4e269dae338992db2587a24a /util/nvmutil/nvmutil.c
parent26a69321aca030a7addfe57c4d8dbbd78f7ba973 (diff)
util/nvmutil: remove stale comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/nvmutil.c')
-rw-r--r--util/nvmutil/nvmutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c
index a03af5e4..7e08d322 100644
--- a/util/nvmutil/nvmutil.c
+++ b/util/nvmutil/nvmutil.c
@@ -326,7 +326,7 @@ check_cmd_args(int argc, char *argv[])
*/
mac_str = argv[2];
cmd = CMD_SETMAC;
- } else if (cmd == CMD_SETMAC) { /* 1 is setmac */
+ } else if (cmd == CMD_SETMAC) {
/*
* Example: ./nvmutil gbe.bin setmac xx:1f:16:xx:xx:xx
*/