changeset 8092:5b379dd32155 libavcodec

cosmetics: small spelling fixes
author diego
date Thu, 30 Oct 2008 22:11:30 +0000
parents 4c95f44c4c23
children 408d200a6179
files qcelpdata.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/qcelpdata.h	Thu Oct 30 21:05:37 2008 +0000
+++ b/qcelpdata.h	Thu Oct 30 22:11:30 2008 +0000
@@ -26,7 +26,7 @@
 
 /**
  * pre-calculated table for hammsinc function
- * Only half of the tables is needed because of symetry.
+ * Only half of the table is needed because of symmetry.
  *
  * TIA/EIA/IS-733 2.4.5.2-2/3
  */
@@ -34,7 +34,7 @@
 
 typedef struct {
     uint8_t index;  /*!< index into the QCELPContext structure */
-    uint8_t bitpos; /*!< position of the lowet bit in the value's byte */
+    uint8_t bitpos; /*!< position of the lowest bit in the value's byte */
     uint8_t bitlen; /*!< number of bits to read */
 } QCELPBitmap;