This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 7cd5d3db72594fc703aa824dc41e7e45477f427a Author: wangjianyu3 <wangjian...@xiaomi.com> AuthorDate: Sun Jul 6 00:33:50 2025 +0800 include: fix typo of touch lowerhalf comment Signed-off-by: wangjianyu3 <wangjian...@xiaomi.com> --- 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 0f4190e323..f93a4eb300 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. * **************************************************************************/