From 35e7b10d44b6dc389bbc948574b756f53b858807 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Mon, 13 Jul 2015 12:23:01 -0700 Subject: [PATCH] zunitc: Fix minor typo Signed-off-by: Bryce Harrington Reviewed-by: Pekka Paalanen --- tools/zunitc/inc/zunitc/zunitc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/zunitc/inc/zunitc/zunitc.h b/tools/zunitc/inc/zunitc/zunitc.h index fc6ee1ce..d8c3cb00 100644 --- a/tools/zunitc/inc/zunitc/zunitc.h +++ b/tools/zunitc/inc/zunitc/zunitc.h @@ -174,7 +174,7 @@ zuc_cleanup(void); /** * Displays all known tests. - * The list returned is affected to any filtering in place. + * The list returned is affected by any filtering in place. * * @see zuc_set_filter() */