aboutsummaryrefslogtreecommitdiff
path: root/libntp/work_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'libntp/work_thread.c')
-rw-r--r--libntp/work_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libntp/work_thread.c b/libntp/work_thread.c
index 82f6064fb359..433290c4c9a7 100644
--- a/libntp/work_thread.c
+++ b/libntp/work_thread.c
@@ -27,7 +27,7 @@
#define CHILD_GONE_RESP CHILD_EXIT_REQ
/* Queue size increments:
* The request queue grows a bit faster than the response queue -- the
- * deamon can push requests and pull results faster on avarage than the
+ * daemon can push requests and pull results faster on avarage than the
* worker can process requests and push results... If this really pays
* off is debatable.
*/