Fix all occurrences of "the the" in documentation and comments

This commit is contained in:
Gregory Nutt
2013-08-27 09:40:19 -06:00
parent c5802dd5a0
commit bc46b447dc
148 changed files with 322 additions and 320 deletions
+2 -2
View File
@@ -137,7 +137,7 @@ static inline void stmpe811_tscinitialize(FAR struct stmpe811_dev_s *priv);
* Private Data
****************************************************************************/
/* This the the vtable that supports the character driver interface */
/* This the vtable that supports the character driver interface */
static const struct file_operations g_stmpe811fops =
{
@@ -323,7 +323,7 @@ static inline int stmpe811_waitsample(FAR struct stmpe811_dev_s *priv,
}
}
/* Re-acquire the the semaphore that manages mutually exclusive access to
/* Re-acquire the semaphore that manages mutually exclusive access to
* the device structure. We may have to wait here. But we have our sample.
* Interrupts and pre-emption will be re-enabled while we wait.
*/