From f01a05415c03b0dd61297849ece2cfcce7f8d3e8 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 1 Jun 2011 14:33:40 +0000 Subject: Spell check library source code files. --- LUFA/Drivers/Board/Buttons.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LUFA/Drivers/Board/Buttons.h') diff --git a/LUFA/Drivers/Board/Buttons.h b/LUFA/Drivers/Board/Buttons.h index e4fe21dd0..df74b4631 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. -- cgit v1.2.3