aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Peripheral/SPI.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-30 09:48:35 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2010-07-30 09:48:35 +0000
commit7dba4b555bc6d718e5f9d666cdd793b637681f0d (patch)
treed1c38ead3ab0691d6a8e8db2319de93e5bd8bb5a /LUFA/Drivers/Peripheral/SPI.h
parenta1f393c38f54fae7939841ca264d7201eeaf04d9 (diff)
More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1426 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/Peripheral/SPI.h')
-rw-r--r--LUFA/Drivers/Peripheral/SPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/Peripheral/SPI.h b/LUFA/Drivers/Peripheral/SPI.h
index 5bd7df44..c6db9f96 100644
--- a/LUFA/Drivers/Peripheral/SPI.h
+++ b/LUFA/Drivers/Peripheral/SPI.h
@@ -113,7 +113,7 @@
#define SPI_MODE_MASTER (1 << MSTR)
/* Inline Functions: */
- /** Initializes the SPI subsystem, ready for transfers. Must be called before calling any other
+ /** Initialises the SPI subsystem, ready for transfers. Must be called before calling any other
* SPI routines.
*
* \param[in] SPIOptions SPI Options, a mask consisting of one of each of the SPI_SPEED_*,