From e4c207b706be848903e136d0ad9e40187e2344ce Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Fri, 6 Nov 2015 22:53:07 +0100 Subject: [PATCH] Comment fix --- src/gwin/gwin_label.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gwin/gwin_label.h b/src/gwin/gwin_label.h index 0b289c92..04602f95 100644 --- a/src/gwin/gwin_label.h +++ b/src/gwin/gwin_label.h @@ -79,7 +79,7 @@ void gwinLabelSetJustification(GHandle gh, justify_t justify); /** * @brief Border settings for the default rendering routine * - * @param[in] gh The widget handle (must be a list handle) + * @param[in] gh The widget handle (must be a label handle) * @param[in] border Shall a border be rendered? * * @api