aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp
diff options
context:
space:
mode:
Diffstat (limited to 'include/gdisp')
-rw-r--r--include/gdisp/gdisp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gdisp/gdisp.h b/include/gdisp/gdisp.h
index 09dab71a..99b1a504 100644
--- a/include/gdisp/gdisp.h
+++ b/include/gdisp/gdisp.h
@@ -232,7 +232,7 @@ GDisplay *gdispGetDisplay(unsigned display);
* value.
* @note If a NULL is passed for the dispay this call is ignored.
*
- * @param[in] g The display number (0..n)
+ * @param[in] g The display to use
*
* @api
*/
@@ -254,7 +254,7 @@ void gdispSetDisplay(GDisplay *g);
* Calling it again won't hurt though.
*
*
- * @param[in] g The display number (0..n)
+ * @param[in] g The display to use
*
* @api
*/