diff options
author | Ian Moffett <ian@osmora.org> | 2024-03-28 23:05:52 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-03-28 23:05:52 -0400 |
commit | 4dd3a645a96717622523151c1258597fb8871d73 (patch) | |
tree | 08876b951e400fee5c06c83e883924894f9b3bf6 /sys/dev/ic | |
parent | e819cf0ade273bcf5fb7756cfe5496caa875e8c1 (diff) |
kernel: nvme: Fix typo in comment
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/dev/ic')
-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 |