aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-11-06 22:53:07 +0100
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-11-06 22:53:07 +0100
commite4c207b706be848903e136d0ad9e40187e2344ce (patch)
tree8b2dd378219f8208e37bbbccb17fdf8b1d95bda5 /src
parent98f360947014dd3ba562190cd654919034f9f176 (diff)
downloaduGFX-e4c207b706be848903e136d0ad9e40187e2344ce.tar.gz
uGFX-e4c207b706be848903e136d0ad9e40187e2344ce.tar.bz2
uGFX-e4c207b706be848903e136d0ad9e40187e2344ce.zip
Comment fix
Diffstat (limited to 'src')
-rw-r--r--src/gwin/gwin_label.h2
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