Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/irix typo in comment
details: https://anonhg.NetBSD.org/src/rev/d34a8b69dc75
branches: trunk
changeset: 752107:d34a8b69dc75
user: dholland <dholland%NetBSD.org@localhost>
date: Mon Feb 15 09:39:00 2010 +0000
description:
typo in comment
diffstat:
sys/compat/irix/irix_signal.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r c05b4f9d6f42 -r d34a8b69dc75 sys/compat/irix/irix_signal.c
--- a/sys/compat/irix/irix_signal.c Mon Feb 15 07:56:51 2010 +0000
+++ b/sys/compat/irix/irix_signal.c Mon Feb 15 09:39:00 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index