vserver 1.9.5.x5
[linux-2.6.git] / arch / mips / sgi-ip22 / ip22-nvram.c
index caa891e..de43e86 100644 (file)
@@ -26,7 +26,7 @@
 #define EEPROM_DATO    0x08    /* Data out */
 #define EEPROM_DATI    0x10    /* Data in */
 
-/* We need to use this functions early... */
+/* We need to use these functions early... */
 #define delay()        ({                                              \
        int x;                                                  \
        for (x=0; x<100000; x++) __asm__ __volatile__(""); })