aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Board/Buttons.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-06-01 14:33:40 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-06-01 14:33:40 +0000
commit611b57ba9a14d078c595aa1d351b28bc2922a6f2 (patch)
treee46fd811bc29edaa3764a2d2a89e760621c8f794 /LUFA/Drivers/Board/Buttons.h
parenta08035933cd53054ac475bf53b8d951f28217dce (diff)
Spell check library source code files.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1777 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Board/Buttons.h')
-rw-r--r--LUFA/Drivers/Board/Buttons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Drivers/Board/Buttons.h b/LUFA/Drivers/Board/Buttons.h
index e4fe21dd..df74b463 100644
--- a/LUFA/Drivers/Board/Buttons.h
+++ b/LUFA/Drivers/Board/Buttons.h
@@ -66,7 +66,7 @@
* application.
*
* \code
- * // Initialise the button driver before first use
+ * // Initialize the button driver before first use
* Buttons_Init();
*
* printf("Waiting for button press...\r\n");
@@ -131,7 +131,7 @@
/* Pseudo-Functions for Doxygen: */
#if defined(__DOXYGEN__)
- /** Initialises the BUTTONS driver, so that the current button position can be read. This sets the appropriate
+ /** Initializes the BUTTONS driver, so that the current button position can be read. This sets the appropriate
* I/O pins to an inputs with pull-ups enabled.
*
* This must be called before any Button driver functions are used.