From 6ac108286486846c89aefc8c5ba502cb27704973 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 5 Jan 2023 10:39:22 +0800 Subject: [PATCH] nvme: fix a typo in doxygen comment s/HVMe/NVMe/ Signed-off-by: Kefu Chai Change-Id: Ie1ae542a0d1a98f84646460ce94b5c1cb70773e5 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16139 Tested-by: SPDK CI Jenkins Reviewed-by: Changpeng Liu Reviewed-by: Jim Harris --- include/spdk/nvme.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdk/nvme.h b/include/spdk/nvme.h index 1a87bee1e..b36bbc395 100644 --- a/include/spdk/nvme.h +++ b/include/spdk/nvme.h @@ -1014,7 +1014,7 @@ struct spdk_nvme_detach_ctx; * This function should be called from a single thread while no other threads are * actively using the NVMe device. * - * \param ctrlr Opaque handle to HVMe controller. + * \param ctrlr Opaque handle to NVMe controller. * \param detach_ctx Reference to the context in a sequence. An new context is allocated * if this call is the first successful start of detachment in a sequence, or use the * passed context.