aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/experts
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/experts')
-rw-r--r--host/lib/experts/expert_nodes.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/experts/expert_nodes.hpp b/host/lib/experts/expert_nodes.hpp
index 56afd0f10..a704023a3 100644
--- a/host/lib/experts/expert_nodes.hpp
+++ b/host/lib/experts/expert_nodes.hpp
@@ -394,7 +394,7 @@ namespace uhd { namespace experts {
* class worker_node_t
*
* A node class to implement a function that consumes
- * zero or more input data nodes and emits zeroor more output
+ * zero or more input data nodes and emits zero or more output
* data nodes. The worker can also operate on other non-expert
* interfaces because worker_node_t is abstract and the client
* is required to implement the "resolve" method in a subclass.