nvme: fix a typo in doxygen comment

s/HVMe/NVMe/

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
Change-Id: Ie1ae542a0d1a98f84646460ce94b5c1cb70773e5
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16139
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Kefu Chai 2023-01-05 10:39:22 +08:00 committed by Jim Harris
parent 592fc6f410
commit 6ac1082864

View File

@ -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.