summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-07-24 17:34:14 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>1999-07-24 17:34:14 +0000
commit552f7f2f262b8ea12edc36f9a260b068bd10f423 (patch)
tree08a8e1acd20daa1995638328eab36e2c0429f90a
parent912a3c0989537eb51d4c02518d974320cc31ab25 (diff)
Typo fix.
-rw-r--r--include/asm-mips/ng1hw.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-mips/ng1hw.h b/include/asm-mips/ng1hw.h
index f231fc7a8..f034b6443 100644
--- a/include/asm-mips/ng1hw.h
+++ b/include/asm-mips/ng1hw.h
@@ -1,4 +1,4 @@
-/* $Id$
+/* $Id: ng1hw.h,v 1.2 1999/07/04 01:10:23 ulfc Exp $
*
* ng1hw.h: Tweaks the newport.h structures and definations to be compatible
* with IRIX. Quite ugly, but it works.
@@ -33,9 +33,9 @@ struct rex3chip {
struct newport_rexregs go;
unsigned long _unused1[0x22e];
struct {
- struct newport_cregs cset;
+ struct newport_cregs set;
unsigned long _unused2[0x1ef];
- struct newport_cregs cgo;
+ struct newport_cregs go;
} p1;
};