* Sync up to trunk r55544.
[reactos.git] / dll / win32 / msadp32.acm / msadp32.c
index f7b8f8d..a9aba4c 100644 (file)
@@ -180,7 +180,7 @@ static void     init_wfx_adpcm(ADPCMWAVEFORMAT* awfx)
 /***********************************************************************
  *           R16
  *
- * Read a 16 bit sample (correctly handles endianess)
+ * Read a 16 bit sample (correctly handles endianness)
  */
 static inline short  R16(const unsigned char* src)
 {
@@ -190,7 +190,7 @@ static inline short  R16(const unsigned char* src)
 /***********************************************************************
  *           W16
  *
- * Write a 16 bit sample (correctly handles endianess)
+ * Write a 16 bit sample (correctly handles endianness)
  */
 static inline void  W16(unsigned char* dst, short s)
 {