diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-15 00:26:51 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 06:59:41 +0000 |
| commit | 02dcee0bf7b71aff1792ff59b33b87fe2719c002 (patch) | |
| tree | 62145bd54cccf90d3aae1f77237e53456edfb742 /util | |
| parent | 66a9166004494678feb7ca3974c04801f0b83cb9 (diff) | |
phrasing
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 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; |
