summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxmu/nxmu_constructwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxmu/nxmu_constructwindow.c')
-rw-r--r--nuttx/graphics/nxmu/nxmu_constructwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxmu/nxmu_constructwindow.c b/nuttx/graphics/nxmu/nxmu_constructwindow.c
index 0923696df..f7e62f711 100644
--- a/nuttx/graphics/nxmu/nxmu_constructwindow.c
+++ b/nuttx/graphics/nxmu/nxmu_constructwindow.c
@@ -85,7 +85,7 @@
* NOTE: wnd must have been allocated using malloc() (or related allocators)
* Once provided to nxfe_constructwindow() that memory is owned and managed
* by NX. On certain error conditions or when the window is closed, NX will
- * free() the the window.
+ * free() the window.
*
* Input Parameters:
* handle - The handle returned by nx_connect