From c6ddd1b894479f9e8e78af99a6ab4abfddacd68b Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Mon, 23 Jan 2017 17:27:07 -0700 Subject: [PATCH] ioat/kperf: fix 'modprove' typo in help message Change-Id: I0bbbf246384b8ef2f96a6101a58db8c9cfd76fa0 Signed-off-by: Daniel Verkamp --- examples/ioat/kperf/ioat_kperf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ioat/kperf/ioat_kperf.c b/examples/ioat/kperf/ioat_kperf.c index f62f1fcc8..469091053 100644 --- a/examples/ioat/kperf/ioat_kperf.c +++ b/examples/ioat/kperf/ioat_kperf.c @@ -200,7 +200,7 @@ int main(int argc, char *argv[]) if (check_modules("ioatdma")) { fprintf(stderr, "Ioat driver not loaded," - " run `modprove -v ioatdma` first\n"); + " run `modprobe -v ioatdma` first\n"); return -1; } if (check_modules("dmaperf")) {