summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-15 01:01:10 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 06:59:41 +0000
commitd148985e61731ca2c52149ae154cd73d00eca4bb (patch)
tree6fec005ea4936582019d8e78c5bc56ddf38d1fc2 /util
parentb09f52547f9d673f94fd8ffdc2cf487a99be47e7 (diff)
comment
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
-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 120586a9..2d613f81 100644
--- a/util/nvmutil/nvmutil.c
+++ b/util/nvmutil/nvmutil.c
@@ -2158,7 +2158,7 @@ io_args(int fd, void *mem, size_t nrw,
if (fd < 0)
goto err_io_args;
- /* prevent signed negative check */
+ /* negative offset */
if (off < 0)
goto err_io_args;