[PATCH] 2.5.61 correct the spelling of correction and correctly

From: Steven Cole (elenstev@mesatop.com)
Date: Sat Feb 15 2003 - 20:58:38 EST


This corrects the spelling of correction and correctly.

Steven

diff -ur linux-2.5.61-1.1027-orig/drivers/ide/pci/amd74xx.c linux-2.5.61-1.1027/drivers/ide/pci/amd74xx.c
--- linux-2.5.61-1.1027-orig/drivers/ide/pci/amd74xx.c Fri Feb 14 20:11:56 2003
+++ linux-2.5.61-1.1027/drivers/ide/pci/amd74xx.c Sat Feb 15 18:48:54 2003
@@ -311,7 +311,7 @@
                         amd_80w = ((u & 0x3) ? 1 : 0) | ((u & 0xc) ? 2 : 0);
                         for (i = 24; i >= 0; i -= 8)
                                 if (((u >> i) & 4) && !(amd_80w & (1 << (1 - (i >> 4))))) {
- printk(KERN_WARNING "AMD_IDE: Bios didn't set cable bits corectly. Enabling workaround.\n");
+ printk(KERN_WARNING "AMD_IDE: Bios didn't set cable bits correctly. Enabling workaround.\n");
                                         amd_80w |= (1 << (1 - (i >> 4)));
                                 }
                         break;
diff -ur linux-2.5.61-1.1027-orig/include/linux/rtc.h linux-2.5.61-1.1027/include/linux/rtc.h
--- linux-2.5.61-1.1027-orig/include/linux/rtc.h Thu Jan 16 19:21:33 2003
+++ linux-2.5.61-1.1027/include/linux/rtc.h Sat Feb 15 18:49:38 2003
@@ -57,8 +57,8 @@
         int pll_value; /* get/set correction value */
         int pll_max; /* max +ve (faster) adjustment value */
         int pll_min; /* max -ve (slower) adjustment value */
- int pll_posmult; /* factor for +ve corection */
- int pll_negmult; /* factor for -ve corection */
+ int pll_posmult; /* factor for +ve correction */
+ int pll_negmult; /* factor for -ve correction */
         long pll_clock; /* base PLL frequency */
 };
 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Feb 15 2003 - 22:01:05 EST