diff options
| -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 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; |
