[PATCH] 2.5.61 more accurate spelling of accuracy

Steven Cole (elenstev@mesatop.com)
15 Feb 2003 19:23:24 -0700


This provides a accurate spelling of accuracy.

Steven

diff -ur linux-2.5.61-1.1027-orig/include/asm-arm/arch-pxa/time.h linux-2.5.61-1.1027/include/asm-arm/arch-pxa/time.h
--- linux-2.5.61-1.1027-orig/include/asm-arm/arch-pxa/time.h Thu Jan 16 19:22:07 2003
+++ linux-2.5.61-1.1027/include/asm-arm/arch-pxa/time.h Sat Feb 15 19:12:18 2003
@@ -53,7 +53,7 @@
int next_match;

/* Loop until we get ahead of the free running timer.
- * This ensures an exact clock tick count and time acuracy.
+ * This ensures an exact clock tick count and time accuracy.
* IRQs are disabled inside the loop to ensure coherence between
* lost_ticks (updated in do_timer()) and the match reg value, so we
* can use do_gettimeofday() from interrupt handlers.
diff -ur linux-2.5.61-1.1027-orig/include/asm-arm/arch-sa1100/time.h linux-2.5.61-1.1027/include/asm-arm/arch-sa1100/time.h
--- linux-2.5.61-1.1027-orig/include/asm-arm/arch-sa1100/time.h Thu Jan 16 19:23:00 2003
+++ linux-2.5.61-1.1027/include/asm-arm/arch-sa1100/time.h Sat Feb 15 19:11:56 2003
@@ -67,7 +67,7 @@
* We will be entered with IRQs enabled.
*
* Loop until we get ahead of the free running timer.
- * This ensures an exact clock tick count and time acuracy.
+ * This ensures an exact clock tick count and time accuracy.
* IRQs are disabled inside the loop to ensure coherence between
* lost_ticks (updated in do_timer()) and the match reg value, so we
* can use do_gettimeofday() from interrupt handlers.

-
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/