From 7cd5d3db72594fc703aa824dc41e7e45477f427a Mon Sep 17 00:00:00 2001 From: wangjianyu3 Date: Sun, 6 Jul 2025 00:33:50 +0800 Subject: [PATCH] include: fix typo of touch lowerhalf comment Signed-off-by: wangjianyu3 --- include/nuttx/input/touchscreen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nuttx/input/touchscreen.h b/include/nuttx/input/touchscreen.h index 0f4190e3231..f93a4eb3005 100644 --- a/include/nuttx/input/touchscreen.h +++ b/include/nuttx/input/touchscreen.h @@ -267,7 +267,7 @@ struct touch_lowerhalf_s * buflen - User defined specific buffer size. * * Return Value: - * Number of bytes written;a negated errno value on failure. + * Number of bytes written; a negated errno value on failure. * **************************************************************************/