aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorDerek Kozel <derek.kozel@ettus.com>2016-10-24 15:49:02 -0700
committerDerek Kozel <derek.kozel@ettus.com>2016-10-25 15:49:57 -0700
commitd97e3abb53b4bf67b8a78bb3a151898ef8158811 (patch)
treee8099565d0961e728cc4ddc91d56b18643be910c /host/lib
parent129fb9d1995ed556ff7353dc9ecf2be821495108 (diff)
downloaduhd-d97e3abb53b4bf67b8a78bb3a151898ef8158811.tar.gz
uhd-d97e3abb53b4bf67b8a78bb3a151898ef8158811.tar.bz2
uhd-d97e3abb53b4bf67b8a78bb3a151898ef8158811.zip
Experts: Fix typo
Diffstat (limited to 'host/lib')
-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.