diff libaf/af_format_ulaw.c @ 24595:85f669a84e7a

cosmetics: misc typo fixes
author diego
date Tue, 25 Sep 2007 16:34:23 +0000
parents 904e3f3f8bee
children b0e5772d519e
line wrap: on
line diff
--- a/libaf/af_format_ulaw.c	Tue Sep 25 16:27:43 2007 +0000
+++ b/libaf/af_format_ulaw.c	Tue Sep 25 16:34:23 2007 +0000
@@ -774,7 +774,7 @@
   return AF_OK;
 }
 
-/* Convert from singed int8 to singned int32 or float to ulaw */
+/* Convert from signed int8 to signed int32 or float to ulaw */
 static int to_ulaw(void* in, void* out, int len, int bps, int format)
 {
   register int i;