diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-30 10:58:16 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-30 10:58:16 +0000 |
| commit | 1a30e6254eead808b9c9143cdbe64c8cf83fae9b (patch) | |
| tree | 29fb2a32ed090c1e035378d075d52d139027029d /LUFA/Common/Common.h | |
| parent | 7dba4b555bc6d718e5f9d666cdd793b637681f0d (diff) | |
Oops - fix mixed "initialize" and "initialise" - opt for American spelling due to its wide use in technical standards.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1427 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/Common.h')
| -rw-r--r-- | LUFA/Common/Common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h index 4f285438..e939b66f 100644 --- a/LUFA/Common/Common.h +++ b/LUFA/Common/Common.h @@ -127,7 +127,7 @@ /** Swaps the byte ordering of a 16-bit value at compile time. Do not use this macro for swapping byte orderings * of dynamic values computed at runtime, use \ref SwapEndian_16() instead. The result of this macro can be used - * inside struct or other variable initialisers outside of a function, something that is not possible with the + * inside struct or other variable initializers outside of a function, something that is not possible with the * inline function variant. * * \param[in] x 16-bit value whose byte ordering is to be swapped. @@ -138,7 +138,7 @@ /** Swaps the byte ordering of a 32-bit value at compile time. Do not use this macro for swapping byte orderings * of dynamic values computed at runtime- use \ref SwapEndian_32() instead. The result of this macro can be used - * inside struct or other variable initialisers outside of a function, something that is not possible with the + * inside struct or other variable initializers outside of a function, something that is not possible with the * inline function variant. * * \param[in] x 32-bit value whose byte ordering is to be swapped. |
