Fix various typos in comments. From Alan Carvalho de Assis

This commit is contained in:
Gregory Nutt
2014-04-06 09:02:02 -06:00
parent 6c5535cc38
commit 4d25119e62
8 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ static void rwb_wrtimeout(FAR void *arg)
FAR struct rwbuffer_s *rwb = (struct rwbuffer_s *)arg;
DEBUGASSERT(rwb != NULL);
/* If a timeout elpases with with write buffer activity, this watchdog
/* If a timeout elapses with with write buffer activity, this watchdog
* handler function will be evoked on the thread of execution of the
* worker thread.
*/