summaryrefslogtreecommitdiff
path: root/nuttx/libc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-08 13:12:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-08 13:12:36 -0600
commit5414407367191439639dae0da0d59e99becc0b53 (patch)
tree0882684c2d42ca8f4b84f43333a9e30c8e68eb0f /nuttx/libc
parentd3f2aaf380b754b95604d3ff83ecfd0fea9430b2 (diff)
downloadpx4-nuttx-5414407367191439639dae0da0d59e99becc0b53.tar.gz
px4-nuttx-5414407367191439639dae0da0d59e99becc0b53.tar.bz2
px4-nuttx-5414407367191439639dae0da0d59e99becc0b53.zip
Fix some recurring typos: postion->position, *atino->*ation
Diffstat (limited to 'nuttx/libc')
-rw-r--r--nuttx/libc/wqueue/work_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/wqueue/work_thread.c b/nuttx/libc/wqueue/work_thread.c
index c0474ad69..ed26ca3ff 100644
--- a/nuttx/libc/wqueue/work_thread.c
+++ b/nuttx/libc/wqueue/work_thread.c
@@ -233,7 +233,7 @@ static void work_process(FAR struct wqueue_s *wqueue)
* These worker threads are started by the OS during normal bringup.
*
* work_usrthread: This is a user mode work queue. It must be built into
- * the applicatino blob during the user phase of a kernel build. The
+ * the application blob during the user phase of a kernel build. The
* user work thread will then automatically be started when the system
* boots by calling through the pointer found in the header on the user
* space blob.