PATCH: typo fix for time.h

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Sun Jul 27 2003 - 15:20:15 EST


(Steven Cole)
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.6.0-test2/include/linux/time.h linux-2.6.0-test2-ac1/include/linux/time.h
--- linux-2.6.0-test2/include/linux/time.h 2003-07-14 14:11:56.000000000 +0100
+++ linux-2.6.0-test2-ac1/include/linux/time.h 2003-07-23 16:39:58.000000000 +0100
@@ -118,7 +118,7 @@
 jiffies_to_timespec(unsigned long jiffies, struct timespec *value)
 {
         /*
- * Convert jiffies to nanoseconds and seperate with
+ * Convert jiffies to nanoseconds and separate with
          * one divide.
          */
         u64 nsec = (u64)jiffies * TICK_NSEC;
@@ -146,7 +146,7 @@
 jiffies_to_timeval(unsigned long jiffies, struct timeval *value)
 {
         /*
- * Convert jiffies to nanoseconds and seperate with
+ * Convert jiffies to nanoseconds and separate with
          * one divide.
          */
         u64 nsec = (u64)jiffies * TICK_NSEC;
-
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 : Thu Jul 31 2003 - 22:00:33 EST