patch-pre2.0.10 linux/arch/i386/kernel/time.c
Next file: linux/drivers/block/README.fd
Previous file: linux/arch/i386/defconfig
Back to the patch index
Back to the overall index
-  Lines: 25
 -  Date:
Fri May 31 13:20:52 1996
 -  Orig file: 
pre2.0.9/linux/arch/i386/kernel/time.c
 -  Orig date: 
Fri May 31 08:02:19 1996
 
diff -u --recursive --new-file pre2.0.9/linux/arch/i386/kernel/time.c linux/arch/i386/kernel/time.c
@@ -49,13 +49,13 @@
 	register unsigned long edx asm("dx");
 	unsigned long tmp, quotient, low_timer, missing_time;
 
-	/* Last jiffie when do_fast_gettimeoffset() was called.. */
+	/* Last jiffy when do_fast_gettimeoffset() was called.. */
 	static unsigned long last_jiffies=0;
 
 	/* Cached "clocks per usec" value.. */
 	static unsigned long cached_quotient=0;
 
-	/* The "clocks per usec" value is calculated once each jiffie */
+	/* The "clocks per usec" value is calculated once each jiffy */
 	tmp = jiffies;
 	quotient = cached_quotient;
 	low_timer = last_timer_cc.low;
@@ -174,7 +174,7 @@
 	static unsigned long jiffies_p = 0;
 
 	/*
-	 * cache volatile jiffies temporaly, we have IRQs turned off. 
+	 * cache volatile jiffies temporarily; we have IRQs turned off. 
 	 */
 	unsigned long jiffies_t;
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this