From 4dd3a645a96717622523151c1258597fb8871d73 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 28 Mar 2024 23:05:52 -0400 Subject: kernel: nvme: Fix typo in comment Signed-off-by: Ian Moffett --- sys/dev/ic/nvme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev') 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 -- cgit v1.2.3