Update of /cvsroot/alsa/alsa-kernel/pci/trident
In directory sc8-pr-cvs1:/tmp/cvs-serv20580

Modified Files:
        trident_synth.c 
Log Message:
Fixed comment

Index: trident_synth.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/pci/trident/trident_synth.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- trident_synth.c     5 Feb 2003 11:07:53 -0000       1.8
+++ trident_synth.c     25 Feb 2003 20:36:40 -0000      1.9
@@ -600,7 +600,7 @@
                size <<= 1;
 
        trident->synth.current_size -= size;
-       if (trident->synth.current_size < 0)    /* shouldnt need this check... */
+       if (trident->synth.current_size < 0)    /* shouldn't need this check... */
                trident->synth.current_size = 0;
 
        return 0;



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to