summaryrefslogtreecommitdiff
path: root/gr-fcd/lib/hid/hidmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'gr-fcd/lib/hid/hidmac.c')
-rw-r--r--gr-fcd/lib/hid/hidmac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-fcd/lib/hid/hidmac.c b/gr-fcd/lib/hid/hidmac.c
index e0756a1588..0471c90724 100644
--- a/gr-fcd/lib/hid/hidmac.c
+++ b/gr-fcd/lib/hid/hidmac.c
@@ -814,7 +814,7 @@ static int cond_wait(const hid_device *dev, pthread_cond_t *cond, pthread_mutex_
return res;
/* A res of 0 means we may have been signaled or it may
- be a spurious wakeup. Check to see that there's acutally
+ be a spurious wakeup. Check to see that there's actually
data in the queue before returning, and if not, go back
to sleep. See the pthread_cond_timedwait() man page for
details. */
@@ -834,7 +834,7 @@ static int cond_timedwait(const hid_device *dev, pthread_cond_t *cond, pthread_m
return res;
/* A res of 0 means we may have been signaled or it may
- be a spurious wakeup. Check to see that there's acutally
+ be a spurious wakeup. Check to see that there's actually
data in the queue before returning, and if not, go back
to sleep. See the pthread_cond_timedwait() man page for
details. */