patch-2.0.3 linux/drivers/sound/opl3.c

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

diff -u --recursive --new-file v2.0.2/linux/drivers/sound/opl3.c linux/drivers/sound/opl3.c
@@ -158,7 +158,7 @@
 opl3_detect (int ioaddr, int *osp)
 {
   /*
-   * This function returns 1 if the FM chicp is present at the given I/O port
+   * This function returns 1 if the FM chip is present at the given I/O port
    * The detection algorithm plays with the timer built in the FM chip and
    * looks for a change in the status register.
    *
@@ -238,7 +238,7 @@
     }
 
   /*
-   * There is a FM chicp in this address. Detect the type (OPL2 to OPL4)
+   * There is a FM chip in this address. Detect the type (OPL2 to OPL4)
    */
 
   if (signature == 0x06 && !force_opl3_mode)	/* OPL2 */
@@ -252,7 +252,7 @@
       detected_model = 3;
 
       /*
-       * Detect availability of OPL4 (_experimental_). Works propably
+       * Detect availability of OPL4 (_experimental_). Works probably
        * only after a cold boot. In addition the OPL4 port
        * of the chip may not be connected to the PC bus at all.
        */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov