diff options
Diffstat (limited to 'src/gdisp')
-rw-r--r-- | src/gdisp/gdisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdisp/gdisp.h b/src/gdisp/gdisp.h index 64b55c6f..5cb91896 100644 --- a/src/gdisp/gdisp.h +++ b/src/gdisp/gdisp.h @@ -117,7 +117,7 @@ typedef struct GDisplay GDisplay; /** * @brief The default screen to use for the gdispXXXX calls. * @note This is set by default to the first display in the system. You can change - * it by calling @p gdispGSetDisplay(). + * it by calling @p gdispSetDisplay(). */ extern GDisplay *GDISP; |