summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxbe
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxbe')
-rw-r--r--nuttx/graphics/nxbe/nxbe.h2
-rw-r--r--nuttx/graphics/nxbe/nxbe_getrectangle.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/graphics/nxbe/nxbe.h b/nuttx/graphics/nxbe/nxbe.h
index aff42d6b3..34841ec03 100644
--- a/nuttx/graphics/nxbe/nxbe.h
+++ b/nuttx/graphics/nxbe/nxbe.h
@@ -385,7 +385,7 @@ EXTERN void nxbe_filltrapezoid(FAR struct nxbe_window_s *wnd,
* 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:
* None
diff --git a/nuttx/graphics/nxbe/nxbe_getrectangle.c b/nuttx/graphics/nxbe/nxbe_getrectangle.c
index 84f010cd5..547afb707 100644
--- a/nuttx/graphics/nxbe/nxbe_getrectangle.c
+++ b/nuttx/graphics/nxbe/nxbe_getrectangle.c
@@ -90,7 +90,7 @@ struct nxbe_fill_s
* 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:
* None