summaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/stmpe811_tsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/input/stmpe811_tsc.c')
-rw-r--r--nuttx/drivers/input/stmpe811_tsc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/drivers/input/stmpe811_tsc.c b/nuttx/drivers/input/stmpe811_tsc.c
index c7f8b473b..29f394b68 100644
--- a/nuttx/drivers/input/stmpe811_tsc.c
+++ b/nuttx/drivers/input/stmpe811_tsc.c
@@ -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.
*/