Module Name:    src
Committed By:   dholland
Date:           Mon Feb 15 09:39:01 UTC 2010

Modified Files:
        src/sys/compat/irix: irix_signal.c

Log Message:
typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/compat/irix/irix_signal.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/irix/irix_signal.c
diff -u src/sys/compat/irix/irix_signal.c:1.53 src/sys/compat/irix/irix_signal.c:1.54
--- src/sys/compat/irix/irix_signal.c:1.53	Mon Dec 14 00:47:10 2009
+++ src/sys/compat/irix/irix_signal.c	Mon Feb 15 09:39:00 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: irix_signal.c,v 1.53 2009/12/14 00:47:10 matt Exp $ */
+/*	$NetBSD: irix_signal.c,v 1.54 2010/02/15 09:39:00 dholland Exp $ */
 
 /*-
  * Copyright (c) 1994, 2001-2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: irix_signal.c,v 1.53 2009/12/14 00:47:10 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: irix_signal.c,v 1.54 2010/02/15 09:39:00 dholland Exp $");
 
 #include <sys/types.h>
 #include <sys/signal.h>
@@ -397,7 +397,7 @@
 	scp->isc_cause = f->f_regs[_R_CAUSE];
 
 	/*
-	 * Save the floating-pointstate, if necessary, then copy it.
+	 * Save the floating-point state, if necessary, then copy it.
 	 */
 	pcb = lwp_getpcb(l);
 #ifndef SOFTFLOAT
@@ -449,7 +449,7 @@
 	ucp->iuc_mcontext.svr4___gregs[IRIX_CTX_CAUSE] = f->f_regs[_R_CAUSE];
 
 	/*
-	 * Save the floating-pointstate, if necessary, then copy it.
+	 * Save the floating-point state, if necessary, then copy it.
 	 */
 	pcb = lwp_getpcb(l);
 #ifndef SOFTFLOAT

Reply via email to