diff options
author | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-11-06 22:53:07 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@seriouslyembedded.com> | 2015-11-06 22:53:07 +0100 |
commit | e4c207b706be848903e136d0ad9e40187e2344ce (patch) | |
tree | 8b2dd378219f8208e37bbbccb17fdf8b1d95bda5 | |
parent | 98f360947014dd3ba562190cd654919034f9f176 (diff) | |
download | uGFX-e4c207b706be848903e136d0ad9e40187e2344ce.tar.gz uGFX-e4c207b706be848903e136d0ad9e40187e2344ce.tar.bz2 uGFX-e4c207b706be848903e136d0ad9e40187e2344ce.zip |
Comment fix
-rw-r--r-- | src/gwin/gwin_label.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |