From 4f0c061d0877e9bf1ae754bafcd15be6e95b1d1a Mon Sep 17 00:00:00 2001 From: Jim Harris Date: Thu, 31 May 2018 06:11:06 -0700 Subject: [PATCH] nvme/overhead: fix typo Signed-off-by: Jim Harris Change-Id: Ia7ecef4c68815259f412be9f45c631833fb5790f Reviewed-on: https://review.gerrithub.io/413147 Tested-by: SPDK Automated Test System Reviewed-by: Shuhei Matsumoto Reviewed-by: Daniel Verkamp Reviewed-by: Ben Walker --- test/nvme/overhead/overhead.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nvme/overhead/overhead.c b/test/nvme/overhead/overhead.c index 834a353a9..7924c92ab 100644 --- a/test/nvme/overhead/overhead.c +++ b/test/nvme/overhead/overhead.c @@ -585,7 +585,7 @@ probe_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid, static uint32_t ctrlr_found = 0; if (ctrlr_found == 1) { - fprintf(stderr, "only attching to one controller, so skipping\n"); + fprintf(stderr, "only attaching to one controller, so skipping\n"); fprintf(stderr, " controller at PCI address %s\n", trid->traddr); return false;