Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/isa Fix typo in comment.



details:   https://anonhg.NetBSD.org/src/rev/51d3e6a1d62b
branches:  trunk
changeset: 485038:51d3e6a1d62b
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Apr 17 07:57:21 2000 +0000

description:
Fix typo in comment.

diffstat:

 sys/arch/i386/isa/npx.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 275e64277c5a -r 51d3e6a1d62b sys/arch/i386/isa/npx.c
--- a/sys/arch/i386/isa/npx.c   Mon Apr 17 06:13:18 2000 +0000
+++ b/sys/arch/i386/isa/npx.c   Mon Apr 17 07:57:21 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: npx.c,v 1.70 1999/10/06 20:03:51 fvdl Exp $    */
+/*     $NetBSD: npx.c,v 1.71 2000/04/17 07:57:21 tron Exp $    */
 
 #if 0
 #define IPRINTF(x)     printf x
@@ -456,7 +456,7 @@
 /*
  * Implement device not available (DNA) exception
  *
- * If the we were the last process to use the FPU, we can simply return.
+ * If we were the last process to use the FPU, we can simply return.
  * Otherwise, we save the previous state, if necessary, and restore our last
  * saved state.
  */



Home | Main Index | Thread Index | Old Index