diff options
author | Abdur Rehman <arehmanq199@gmail.com> | 2017-01-01 19:46:43 +0500 |
---|---|---|
committer | Daniel Stone <daniels@collabora.com> | 2017-01-03 11:59:12 +0000 |
commit | 6f7f9468f1090cd06441fc51f5ce47c67e3b90bc (patch) | |
tree | 877b2f2f10fa204304aeb7d36373b925698d1797 /tools | |
parent | b5f838d90fa3ea9ae0fd5112e014afc286bbcc16 (diff) |
zunitc: fix a couple of typos
- even -> event
- attatch -> attach
Signed-off-by: Abdur Rehman <arehmanq199@gmail.com>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/zunitc/src/zuc_collector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/zunitc/src/zuc_collector.h b/tools/zunitc/src/zuc_collector.h index f21e670c..d123b278 100644 --- a/tools/zunitc/src/zuc_collector.h +++ b/tools/zunitc/src/zuc_collector.h @@ -30,7 +30,7 @@ struct zuc_event_listener; struct zuc_test; /** - * Creates a new instance of an even collector that will attatch events + * Creates a new instance of an event collector that will attach events * to the current test directly or via connection from child to parent. * * @param pipe_fd pointer to the file descriptor to use for communication if |