[xiph-commits] r13928 - trunk/speex/libspeex

jm at svn.xiph.org jm at svn.xiph.org
Wed Oct 3 15:44:58 PDT 2007


Author: jm
Date: 2007-10-03 15:44:58 -0700 (Wed, 03 Oct 2007)
New Revision: 13928

Modified:
   trunk/speex/libspeex/modes.h
Log:
typo in comment -- thanks Alexander Chemeris


Modified: trunk/speex/libspeex/modes.h
===================================================================
--- trunk/speex/libspeex/modes.h	2007-10-03 19:50:10 UTC (rev 13927)
+++ trunk/speex/libspeex/modes.h	2007-10-03 22:44:58 UTC (rev 13928)
@@ -98,7 +98,7 @@
    lsp_quant_func    lsp_quant; /**< LSP quantization function */
    lsp_unquant_func  lsp_unquant; /**< LSP unquantization function */
 
-   /*Lont-term predictor functions*/
+   /*Long-term predictor functions*/
    ltp_quant_func    ltp_quant; /**< Long-term predictor (pitch) quantizer */
    ltp_unquant_func  ltp_unquant; /**< Long-term predictor (pitch) un-quantizer */
    const void       *ltp_params; /**< Pitch parameters (options) */



More information about the commits mailing list