aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-15 18:55:18 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-15 18:55:18 +0200
commit246b42c6ebc38f61cde082eeeaf19852edb4011c (patch)
tree672f94f7c1e688ec2feff3a3718572a3bee79356 /src/gwin
parent70c15a1d62510ac9dec334d015c4cd4af48d302a (diff)
downloaduGFX-246b42c6ebc38f61cde082eeeaf19852edb4011c.tar.gz
uGFX-246b42c6ebc38f61cde082eeeaf19852edb4011c.tar.bz2
uGFX-246b42c6ebc38f61cde082eeeaf19852edb4011c.zip
Doxygen typo
Diffstat (limited to 'src/gwin')
-rw-r--r--src/gwin/button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gwin/button.h b/src/gwin/button.h
index 6dd78488..194f1229 100644
--- a/src/gwin/button.h
+++ b/src/gwin/button.h
@@ -80,7 +80,7 @@ GHandle gwinGButtonCreate(GDisplay *g, GButtonObject *gb, const GWidgetInit *pIn
/**
* @brief Is the button current pressed
- * @return TRUE if the button is depressed
+ * @return TRUE if the button is pressed
*
* @param[in] gh The window handle (must be a button widget)
*