patch-2.1.107 linux/arch/alpha/kernel/process.c

Next file: linux/arch/alpha/kernel/pyxis.c
Previous file: linux/arch/alpha/kernel/osf_sys.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.106/linux/arch/alpha/kernel/process.c linux/arch/alpha/kernel/process.c
@@ -5,7 +5,7 @@
  */
 
 /*
- * This file handles the architecture-dependent parts of process handling..
+ * This file handles the architecture-dependent parts of process handling.
  */
 
 #include <linux/config.h>
@@ -255,7 +255,7 @@
 void flush_thread(void)
 {
 	/* Arrange for each exec'ed process to start off with a 
-	   clean slate wrt the fpu.  */
+	   clean slate with respect to the FPU.  */
 	current->tss.flags &= ~IEEE_SW_MASK;
 	wrfpcr(FPCR_DYN_NORMAL);
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov