More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.

This commit is contained in:
Dean Camera 2010-07-30 09:48:35 +00:00
parent 2034141a7e
commit 0f45b9c8e0
115 changed files with 158 additions and 158 deletions

View file

@ -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.
*

View file

@ -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;