summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxbe/nxbe_setsize.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxbe/nxbe_setsize.c')
-rw-r--r--nuttx/graphics/nxbe/nxbe_setsize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxbe/nxbe_setsize.c b/nuttx/graphics/nxbe/nxbe_setsize.c
index 3873807d9..39b6b3f16 100644
--- a/nuttx/graphics/nxbe/nxbe_setsize.c
+++ b/nuttx/graphics/nxbe/nxbe_setsize.c
@@ -94,7 +94,7 @@ void nxbe_setsize(FAR struct nxbe_window_s *wnd,
nxgl_rectcopy(&bounds, &wnd->bounds);
- /* Add the window origin to supplied size get the new window bounding box */
+ /* Add the window origin to the supplied size get the new window bounding box */
wnd->bounds.pt2.x = wnd->bounds.pt1.x + size->w - 1;
wnd->bounds.pt2.y = wnd->bounds.pt1.y + size->h - 1;