summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.c
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-15 00:26:51 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-15 00:26:51 +0000
commit36851df55fd4dbbb0fba13196883a1293d1f8f6f (patch)
tree7095d2d90fb76a011b8963758a91b3d40a302bc4 /util/nvmutil/nvmutil.c
parentf0905cd7ec2013d468d2c5d312b84b861e2ad67e (diff)
phrasing
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 1bef8850..57b223e4 100644
--- a/util/nvmutil/nvmutil.c
+++ b/util/nvmutil/nvmutil.c
@@ -2151,7 +2151,7 @@ io_args(int fd, void *mem, size_t nrw,
if (fd < 0)
goto err_io_args;
- /* prevent underflow */
+ /* prevent signed negative check */
if (off < 0)
goto err_io_args;