From 3caed395ec54f3c7d1ff3154855a4c9bf240e3a1 Mon Sep 17 00:00:00 2001 From: Abdur Rehman Date: Sun, 1 Jan 2017 19:46:44 +0500 Subject: [PATCH] zunitc: fix a typo in a comment Signed-off-by: Abdur Rehman Reviewed-by: Yong Bakos --- tools/zunitc/src/zuc_junit_reporter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/zunitc/src/zuc_junit_reporter.c b/tools/zunitc/src/zuc_junit_reporter.c index 5c6b7627..df906401 100644 --- a/tools/zunitc/src/zuc_junit_reporter.c +++ b/tools/zunitc/src/zuc_junit_reporter.c @@ -235,7 +235,7 @@ as_duration(long ms) } else { /* * Special case to match behavior of standard JUnit output - * writers. Asumption is certain readers might have + * writers. Assumption is certain readers might have * limitations, etc. so it is best to keep 100% identical * output. */