summaryrefslogtreecommitdiff
path: root/sys/arch/mips
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-05-08 16:32:11 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-05-08 16:32:11 +0000
commit7a4a5942b4204992c27876cdadaa13f7fb4f27f0 (patch)
treefaedb43c226750b6a6d183278d9e268e83ceaae7 /sys/arch/mips
parent4869959bb637a1d87fc5b79cbd211fc81ad3ad12 (diff)
fix comments
Diffstat (limited to 'sys/arch/mips')
-rw-r--r--sys/arch/mips/include/pcb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mips/include/pcb.h b/sys/arch/mips/include/pcb.h
index 3c3038c10f8..97d678b1541 100644
--- a/sys/arch/mips/include/pcb.h
+++ b/sys/arch/mips/include/pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcb.h,v 1.1 1998/01/28 11:14:49 pefo Exp $ */
+/* $OpenBSD: pcb.h,v 1.2 1998/05/08 16:32:10 millert Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -42,7 +42,7 @@
*/
/*
- * ARC process control block
+ * MIPS process control block
*/
struct pcb
{
@@ -54,7 +54,7 @@ struct pcb
/*
* The pcb is augmented with machine-dependent additional data for
- * core dumps. For the PICA, there is nothing to add.
+ * core dumps. For the MIPS, there is nothing to add.
*/
struct md_coredump {
long md_pad[8];