diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-07-13 12:23:01 -0700 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2015-07-14 09:26:55 +0300 |
commit | 35e7b10d44b6dc389bbc948574b756f53b858807 (patch) | |
tree | dc6f8917858035a74c91179a2ec42bef35e6e519 /tools | |
parent | 966cc4b5dbce82e585ef0167f71abe719d89db7c (diff) |
zunitc: Fix minor typo
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/zunitc/inc/zunitc/zunitc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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() */ |