aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-11-15 15:19:46 +1000
committerinmarket <andrewh@inmarket.com.au>2014-11-15 15:19:46 +1000
commit599a163181284b5bc97667e49be4ddce0195848a (patch)
tree0680a5409657bee46ed65962f4f4f4ccc5640046 /src/ginput
parent0d90611c824b33c8df2da06e1d02c7cda11022be (diff)
downloaduGFX-599a163181284b5bc97667e49be4ddce0195848a.tar.gz
uGFX-599a163181284b5bc97667e49be4ddce0195848a.tar.bz2
uGFX-599a163181284b5bc97667e49be4ddce0195848a.zip
Spacing, comments and spelling mistakes
Diffstat (limited to 'src/ginput')
-rw-r--r--src/ginput/sys_options.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ginput/sys_options.h b/src/ginput/sys_options.h
index e67a03ce..4bc37715 100644
--- a/src/ginput/sys_options.h
+++ b/src/ginput/sys_options.h
@@ -23,7 +23,7 @@
/**
* @brief Should mouse/touch functions be included.
* @details Defaults to FALSE
- * @note Also add the a mouse/touch hardware driver to your makefile.
+ * @note Also add a mouse/touch hardware driver to your makefile.
* Eg.
* include $(GFXLIB)/drivers/ginput/touch/MCU/ginput_lld.mk
*/
@@ -33,7 +33,7 @@
/**
* @brief Should keyboard functions be included.
* @details Defaults to FALSE
- * @note Also add the a keyboard hardware driver to your makefile.
+ * @note Also add a keyboard hardware driver to your makefile.
* Eg.
* include $(GFXLIB)/drivers/ginput/keyboard/XXXX/ginput_lld.mk
*/
@@ -43,7 +43,7 @@
/**
* @brief Should hardware toggle/switch/button functions be included.
* @details Defaults to FALSE
- * @note Also add the a toggle hardware driver to your makefile.
+ * @note Also add a toggle hardware driver to your makefile.
* Eg.
* include $(GFXLIB)/drivers/ginput/toggle/Pal/ginput_lld.mk
*/
@@ -53,7 +53,7 @@
/**
* @brief Should analog dial functions be included.
* @details Defaults to FALSE
- * @note Also add the a dial hardware driver to your makefile.
+ * @note Also add a dial hardware driver to your makefile.
* Eg.
* include $(GFXLIB)/drivers/ginput/dial/analog/ginput_lld.mk
*/