linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: typo fix for time.h
@ 2003-07-27 20:20 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2003-07-27 20:20 UTC (permalink / raw)
  To: linux-kernel, torvalds

(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; 

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

only message in thread, other threads:[~2003-07-28  1:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-27 20:20 PATCH: typo fix for time.h Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).