Fix typo in benchmark tracing warning message.
diff --git a/runtime/src/iree/testing/benchmark_full.cc b/runtime/src/iree/testing/benchmark_full.cc
index 2f3d532..504f09f 100644
--- a/runtime/src/iree/testing/benchmark_full.cc
+++ b/runtime/src/iree/testing/benchmark_full.cc
@@ -178,9 +178,9 @@
"===----------------------------------------------------------------------===\n"
"\n"
"Tracing is enabled and will skew your results!\n"
-"The timings involved here can an order of magnitude off due to the tracing\n"
-"time sampling, recording, and instrumentation overhead. Disable tracing with\n"
-"IREE_ENABLE_RUNTIME_TRACING=OFF and rebuild.\n"
+"The timings involved here can be an order of magnitude off due to the\n"
+"tracing time sampling, recording, and instrumentation overhead.\n"
+"Disable tracing with IREE_ENABLE_RUNTIME_TRACING=OFF and rebuild.\n"
"\x1b[0m"
"\n"
);