summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/up_touchscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sim/src/up_touchscreen.c')
-rw-r--r--nuttx/arch/sim/src/up_touchscreen.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/sim/src/up_touchscreen.c b/nuttx/arch/sim/src/up_touchscreen.c
index cc40f50fe..f0d741760 100644
--- a/nuttx/arch/sim/src/up_touchscreen.c
+++ b/nuttx/arch/sim/src/up_touchscreen.c
@@ -153,7 +153,7 @@ static int up_poll(FAR struct file *filep, struct pollfd *fds, bool setup);
* 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 up_fops =
{
@@ -168,7 +168,7 @@ static const struct file_operations up_fops =
#endif
};
-/* Only one simulated touchscreen is supported o the the driver state
+/* Only one simulated touchscreen is supported so the driver state
* structure may as well be pre-allocated.
*/
@@ -324,7 +324,7 @@ static int up_waitsample(FAR struct up_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.
*/