summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/nx/nxtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/nuttx/nx/nxtk.h')
-rw-r--r--nuttx/include/nuttx/nx/nxtk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/nuttx/nx/nxtk.h b/nuttx/include/nuttx/nx/nxtk.h
index 60080e47f..eb0d9df6f 100644
--- a/nuttx/include/nuttx/nx/nxtk.h
+++ b/nuttx/include/nuttx/nx/nxtk.h
@@ -310,7 +310,7 @@ EXTERN int nxtk_fillwindow(NXTKWINDOW hfwnd, FAR const struct nxgl_rect_s *rect,
* rect - The location to be copied
* plane - Specifies the color plane to get from.
* dest - The location to copy the memory region
- * deststride - The width, in bytes, the the dest memory
+ * deststride - The width, in bytes, of the dest memory
*
* Return:
* OK on success; ERROR on failure with errno set appropriately
@@ -554,7 +554,7 @@ EXTERN int nxtk_filltoolbar(NXTKWINDOW hfwnd, FAR const struct nxgl_rect_s *rect
* rect - The location to be copied
* plane - Specifies the color plane to get from.
* dest - The location to copy the memory region
- * deststride - The width, in bytes, the the dest memory
+ * deststride - The width, in bytes, of the dest memory
*
* Return:
* OK on success; ERROR on failure with errno set appropriately