aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-08 19:02:19 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-14 06:33:30 +0000
commit95c83fc4ccdfe7cf938c10bf931777b1a041b5cf (patch)
treea051abc05b8272baa0e712d2252cb69275d0a8b9
parente8a9554fa1e4a909f46338d9c835dc441414a3f4 (diff)
downloadsrc-95c83fc4ccdfe7cf938c10bf931777b1a041b5cf.tar.gz
src-95c83fc4ccdfe7cf938c10bf931777b1a041b5cf.zip
nvme(4): Fix a typo in a source code comment
- s/is is/is/ (cherry picked from commit dfa01f4f98a1343bf375c54a5cd44718c4211bec)
-rw-r--r--sys/dev/nvme/nvme_qpair.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/nvme/nvme_qpair.c b/sys/dev/nvme/nvme_qpair.c
index b2609145ef8f..f7406f65ca75 100644
--- a/sys/dev/nvme/nvme_qpair.c
+++ b/sys/dev/nvme/nvme_qpair.c
@@ -543,7 +543,7 @@ nvme_qpair_process_completions(struct nvme_qpair *qpair)
qpair->num_intr_handler_calls++;
/*
- * qpair is not enabled, likely because a controller reset is is in
+ * qpair is not enabled, likely because a controller reset is in
* progress. Ignore the interrupt - any I/O that was associated with
* this interrupt will get retried when the reset is complete.
*/