Commit 26c8e7cc authored by Felipe Franciosi's avatar Felipe Franciosi Committed by Daniel Verkamp
Browse files

examples/nvme/hello_world: fix typo in comment (#114)

parent d7c81433
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -269,7 +269,7 @@ attach_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid,
	g_controllers = entry;

	/*
	 * Each controller has one of more namespaces.  An NVMe namespace is basically
	 * Each controller has one or more namespaces.  An NVMe namespace is basically
	 *  equivalent to a SCSI LUN.  The controller's IDENTIFY data tells us how
	 *  many namespaces exist on the controller.  For Intel(R) P3X00 controllers,
	 *  it will just be one namespace.