diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-09 20:33:56 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-06-09 20:33:56 +0000 |
commit | 3808f5c36d0ee183e9825e645cc984f1c6047ef5 (patch) | |
tree | a7830d3c19aeb6a2461d701245458217e8829767 /Projects/Magstripe | |
parent | 544027da185fbfb51461460c607f956ccee9e54b (diff) | |
download | lufa-3808f5c36d0ee183e9825e645cc984f1c6047ef5.tar.gz lufa-3808f5c36d0ee183e9825e645cc984f1c6047ef5.tar.bz2 lufa-3808f5c36d0ee183e9825e645cc984f1c6047ef5.zip |
Spell check source code, fix mistakes.
Diffstat (limited to 'Projects/Magstripe')
-rw-r--r-- | Projects/Magstripe/Lib/CircularBitBuffer.h | 2 | ||||
-rw-r--r-- | Projects/Magstripe/Lib/MagstripeHW.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Projects/Magstripe/Lib/CircularBitBuffer.h b/Projects/Magstripe/Lib/CircularBitBuffer.h index 6a0dcd53c..d037a66de 100644 --- a/Projects/Magstripe/Lib/CircularBitBuffer.h +++ b/Projects/Magstripe/Lib/CircularBitBuffer.h @@ -71,7 +71,7 @@ } BitBuffer_t; /* Function Prototypes: */ - /** Initialises or resets a given bit buffer, ready to store new bits. + /** Initializes or resets a given bit buffer, ready to store new bits. * * \param[in,out] Buffer Bit buffer to initialize */ diff --git a/Projects/Magstripe/Lib/MagstripeHW.h b/Projects/Magstripe/Lib/MagstripeHW.h index 177e26b01..43e34443c 100644 --- a/Projects/Magstripe/Lib/MagstripeHW.h +++ b/Projects/Magstripe/Lib/MagstripeHW.h @@ -77,7 +77,7 @@ /* Public Interface - May be used in end-application: */ /* Inline Functions: */ - /** Initialises the magnetic stripe card reader ports and pins so that the card reader + /** Initializes the magnetic stripe card reader ports and pins so that the card reader * device can be controlled and read by the card reader driver. This must be called before * trying to read any of the card reader's status lines. */ |