Index: Common.h =================================================================== diff -u -r404f66cb61ba4bd71ea5af97c9b3e6eef9fa6743 -raa5aff2e4f7963a378ea5a9e96ac54ef075117e2 --- Common.h (.../Common.h) (revision 404f66cb61ba4bd71ea5af97c9b3e6eef9fa6743) +++ Common.h (.../Common.h) (revision aa5aff2e4f7963a378ea5a9e96ac54ef075117e2) @@ -89,8 +89,8 @@ #define MASK_OFF_MSB 0x00FF ///< Bits to mask off the most significant byte of a 2-byte word. #define MASK_OFF_LSB 0xFF00 ///< Bits to mask off the least significant byte of a 2-byte word. #define MASK_OFF_MSW 0x0000FFFF ///< Bits to mask off the most significant 2-byte word of a 4-byte word. -#define MASK_OFF_LSW 0xFFFF0000 ///< Bits to mask off the least signficiant 2-byte word of a 4-byte word. -#define MASK_OFF_U32_MSB 0x00FFFFFF ///< Bits to mask off the most significatn 2-byte word of a 4-byte word. +#define MASK_OFF_LSW 0xFFFF0000 ///< Bits to mask off the least significant 2-byte word of a 4-byte word. +#define MASK_OFF_U32_MSB 0x00FFFFFF ///< Bits to mask off the most significant 2-byte word of a 4-byte word. #define SHIFT_8_BITS_FOR_BYTE_SHIFT 8 ///< # of bits to shift in order to shift a byte. #define SHIFT_16_BITS_FOR_WORD_SHIFT 16 ///< # of bits to shift in order to shift 2 bytes. #define MASK_OFF_NIBBLE_LSB 0xF0 ///< Bits to mask off the least significant nibble of a byte.