diff options
-rw-r--r-- | sys/dev/ic/nvme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ic/nvme.c b/sys/dev/ic/nvme.c index b4ab531..ae0cf07 100644 --- a/sys/dev/ic/nvme.c +++ b/sys/dev/ic/nvme.c @@ -205,7 +205,7 @@ nvme_poll_submit_cmd(struct nvme_queue *queue, struct nvme_cmd cmd) } /* - * Issue anidentify command for the current + * Issue an identify command for the current * controller. * * XXX: `id' must be aligned on a 4k byte boundary to avoid |