summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2019-02-20 16:33:32 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2019-02-20 16:47:35 +0100
commit426c24673f2f5c4e3f0e388e87d2a355b82cd4e7 (patch)
treed5d2e58b06569fb14472db90ac2ce59df195d360 /tools
parente578004b3c3584079d41d7e7f7f1f46245a9774d (diff)
downloadweston-426c24673f2f5c4e3f0e388e87d2a355b82cd4e7.tar.gz
Fix typos all around (thanks codespell!)
Diffstat (limited to 'tools')
-rw-r--r--tools/zunitc/src/zuc_collector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/zunitc/src/zuc_collector.h b/tools/zunitc/src/zuc_collector.h
index d123b278..56f8a5fc 100644
--- a/tools/zunitc/src/zuc_collector.h
+++ b/tools/zunitc/src/zuc_collector.h
@@ -38,7 +38,7 @@ struct zuc_test;
* current test. Otherwise events will be passed back via IPC over this
* pipe with the expectation that the payload will be handled in the parent
* process via zuc_process_message().
- * @return a new collector intance.
+ * @return a new collector instance.
* @see zuc_process_message()
*/
struct zuc_event_listener *
@@ -47,7 +47,7 @@ zuc_collector_create(int *pipe_fd);
/**
* Reads events from the given pipe and processes them.
*
- * @param test the currently active test to attache events for.
+ * @param test the currently active test to attach events for.
* @param pipe_fd the file descriptor of the pipe to read from.
* @return a positive value if a message was received, 0 if the end has
* been reached and -1 if an error has occurred.