All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.5.61 correct the spelling of correction and correctly
@ 2003-02-16  1:58 Steven Cole
  0 siblings, 0 replies; only message in thread
From: Steven Cole @ 2003-02-16  1:58 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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 */
 };
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-16  1:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-16  1:58 [PATCH] 2.5.61 correct the spelling of correction and correctly Steven Cole

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.