# HG changeset patch # User diego # Date 1225404690 0 # Node ID 5b379dd321552e2b103aaafeea4e0bfd6997bf3b # Parent 4c95f44c4c23cedbbe396e4be3a9cff77faf1073 cosmetics: small spelling fixes diff -r 4c95f44c4c23 -r 5b379dd32155 qcelpdata.h --- 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;