Index: Common.h =================================================================== diff -u -rb6692fc38b400e9f2c12520fcadc2438e5a31e36 -rbbf79dce31e555e123cd8dc947206724ce793afd --- Common.h (.../Common.h) (revision b6692fc38b400e9f2c12520fcadc2438e5a31e36) +++ Common.h (.../Common.h) (revision bbf79dce31e555e123cd8dc947206724ce793afd) @@ -90,8 +90,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.