]> git.hungrycats.org Git - linux/commitdiff
[PATCH] correct the spelling of correction and correctly
authorSteven Cole <elenstev@mesatop.com>
Sun, 16 Feb 2003 06:50:53 +0000 (22:50 -0800)
committerPaul Mackerras <paulus@samba.org>
Sun, 16 Feb 2003 06:50:53 +0000 (22:50 -0800)
drivers/ide/pci/amd74xx.c
include/linux/rtc.h

index d837f3a768123cffb5d3781c2a8ee09d323162e8..fe4647c6c340f5787eb4defb9082319498e9ff4b 100644 (file)
@@ -311,7 +311,7 @@ unsigned int __init init_chipset_amd74xx(struct pci_dev *dev, const char *name)
                        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;
index 33edafbe6000785b8279dc6d8359f0d53b93390f..0711d71bc85812919efec5b1ba886a6943d619d6 100644 (file)
@@ -57,8 +57,8 @@ struct rtc_pll_info {
        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 */
 };