aboutsummaryrefslogtreecommitdiff
path: root/sys/cam/nvme/nvme_da.c
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-02 08:13:35 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-02 08:13:35 +0000
commit49dace1d465dd99b72a73a9d373137be7816e2f0 (patch)
treefaaf4e69f38f1b9bb7bf79e262a2ba6c3bd4ed6b /sys/cam/nvme/nvme_da.c
parentf8d292b6656de9e78ae63981e2c8d8662a85dc8c (diff)
downloadsrc-49dace1d465dd99b72a73a9d373137be7816e2f0.tar.gz
src-49dace1d465dd99b72a73a9d373137be7816e2f0.zip
cam: Fix typos in source code comments
- s/paniced/panicked/ MFC after: 3 days
Diffstat (limited to 'sys/cam/nvme/nvme_da.c')
-rw-r--r--sys/cam/nvme/nvme_da.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/nvme/nvme_da.c b/sys/cam/nvme/nvme_da.c
index a3d72e1017c9..c7dc671170cc 100644
--- a/sys/cam/nvme/nvme_da.c
+++ b/sys/cam/nvme/nvme_da.c
@@ -1317,7 +1317,7 @@ ndaflush(void)
if (SCHEDULER_STOPPED()) {
/*
- * If we paniced with the lock held or the periph is not
+ * If we panicked with the lock held or the periph is not
* open, do not recurse. Otherwise, call ndadump since
* that avoids the sleeping cam_periph_getccb does if no
* CCBs are available.