patch-1.3.99 linux/drivers/sound/gus_wave.c

Next file: linux/drivers/sound/mpu401.c
Previous file: linux/drivers/sound/ad1848.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.98/linux/drivers/sound/gus_wave.c linux/drivers/sound/gus_wave.c
@@ -359,7 +359,7 @@
 
   gus_write16 (reg, (unsigned short) ((address >> 7) & 0xffff));
   gus_write16 (reg + 1, (unsigned short) ((address << 9) & 0xffff));
-  /* Could writing twice fix problems with GUS_VOICE_POS() ? Lets try... */
+  /* Could writing twice fix problems with GUS_VOICE_POS() ? Let's try... */
   gus_delay ();
   gus_write16 (reg, (unsigned short) ((address >> 7) & 0xffff));
   gus_write16 (reg + 1, (unsigned short) ((address << 9) & 0xffff));
@@ -3128,7 +3128,7 @@
     sound_num_blocks++;;
   if (samples == NULL)
     {
-      printk ("GUS Error: Cant allocate memory for instrument tables\n");
+      printk ("GUS Error: Can't allocate memory for instrument tables\n");
       return mem_start;
     }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this