From 0f45b9c8e076483cd546d0bc9c606b73455295c6 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Fri, 30 Jul 2010 09:48:35 +0000 Subject: More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary. --- LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h | 2 +- LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'LUFA/Drivers/Peripheral/AVRU4U6U7') diff --git a/LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h b/LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h index 835fee47e..098245d6d 100644 --- a/LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h +++ b/LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h @@ -350,7 +350,7 @@ return ADC_GetResult(); } - /** Initializes the ADC, ready for conversions. This must be called before any other ADC operations. + /** Initialises the ADC, ready for conversions. This must be called before any other ADC operations. * The "mode" parameter should be a mask comprised of a conversion mode (free running or single) and * prescaler masks. * diff --git a/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h b/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h index e2c3d6a10..511105985 100644 --- a/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h +++ b/LUFA/Drivers/Peripheral/AVRU4U6U7/TWI.h @@ -71,7 +71,7 @@ /* Public Interface - May be used in end-application: */ /* Inline Functions: */ - /** Initializes the TWI hardware into master mode, ready for data transmission and reception. This must be + /** Initialises the TWI hardware into master mode, ready for data transmission and reception. This must be * before any other TWI operations. */ static inline void TWI_Init(void) ATTR_ALWAYS_INLINE; -- cgit v1.2.3