Commit 6ac10828 authored by Kefu Chai's avatar Kefu Chai Committed by Jim Harris
Browse files

nvme: fix a typo in doxygen comment



s/HVMe/NVMe/

Signed-off-by: default avatarKefu Chai <tchaikov@gmail.com>
Change-Id: Ie1ae542a0d1a98f84646460ce94b5c1cb70773e5
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16139


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent 592fc6f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.