Author: stepan
Date: Sun Oct 10 23:15:01 2010
New Revision: 5934
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5934

Log:
fix typos found by zbao in other files.

Signed-off-by: Stefan Reinauer <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>

Modified:
   trunk/src/southbridge/intel/i82801gx/i82801gx_azalia.c
   trunk/src/southbridge/nvidia/mcp55/mcp55_azalia.c

Modified: trunk/src/southbridge/intel/i82801gx/i82801gx_azalia.c
==============================================================================
--- trunk/src/southbridge/intel/i82801gx/i82801gx_azalia.c      Sun Oct 10 
22:43:00 2010        (r5933)
+++ trunk/src/southbridge/intel/i82801gx/i82801gx_azalia.c      Sun Oct 10 
23:15:01 2010        (r5934)
@@ -56,7 +56,7 @@
                reg32 &= mask;
        } while ((reg32 != val) && --count);
 
-       /* Timeout occured */
+       /* Timeout occurred */
        if (!count)
                return -1;
        return 0;
@@ -112,7 +112,7 @@
 }
 
 /**
- *  Wait 50usec for for the codec to indicate it is ready
+ *  Wait 50usec for the codec to indicate it is ready
  *  no response would imply that the codec is non-operative
  */
 
@@ -134,7 +134,7 @@
 }
 
 /**
- *  Wait 50usec for for the codec to indicate that it accepted
+ *  Wait 50usec for the codec to indicate that it accepted
  *  the previous command.  No response would imply that the code
  *  is non-operative
  */

Modified: trunk/src/southbridge/nvidia/mcp55/mcp55_azalia.c
==============================================================================
--- trunk/src/southbridge/nvidia/mcp55/mcp55_azalia.c   Sun Oct 10 22:43:00 
2010        (r5933)
+++ trunk/src/southbridge/nvidia/mcp55/mcp55_azalia.c   Sun Oct 10 23:15:01 
2010        (r5934)
@@ -54,7 +54,7 @@
                reg32 &= mask;
        } while ((reg32 != val) && --count);
 
-       /* Timeout occured */
+       /* Timeout occureed */
        if (!count)
                return -1;
        return 0;
@@ -110,7 +110,7 @@
 }
 
 /**
- *  Wait 50usec for for the codec to indicate it is ready
+ *  Wait 50usec for the codec to indicate it is ready
  *  no response would imply that the codec is non-operative
  */
 
@@ -132,7 +132,7 @@
 }
 
 /**
- *  Wait 50usec for for the codec to indicate that it accepted
+ *  Wait 50usec for the codec to indicate that it accepted
  *  the previous command.  No response would imply that the code
  *  is non-operative
  */

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to