diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-07 03:08:31 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-07 03:08:31 +0000 |
| commit | a0da88d361b7b20004d2a23edbaf38fa3b8deb6d (patch) | |
| tree | 6c8d72665dbbb27e5ef1f337b9d3776029bcccdd /util | |
| parent | ea1046dc461e63c4a3de2b77dc141acd23746963 (diff) | |
util/nvmutil: fix a comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 3f08d932..960c884d 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -267,7 +267,7 @@ set_cmd(int argc, char *argv[]) /* * No extra args: ./nvmutil gbe.bin - * Equivalent: ./nvm gbe.bin setmac xx:xx:xx:xx:xx:xx + * Equivalent: ./nvmutil gbe.bin setmac xx:xx:xx:xx:xx:xx */ if (argc == 2) { cmd = cmd_setmac; |
