diff options
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r-- | sys/arch/mvme88k/include/board.h | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/include/cmmu.h | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/include/cpu.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/mvme88k/include/board.h b/sys/arch/mvme88k/include/board.h index d30f9dc63ba..78ffb9b94f1 100644 --- a/sys/arch/mvme88k/include/board.h +++ b/sys/arch/mvme88k/include/board.h @@ -1,4 +1,4 @@ -/* $OpenBSD: board.h,v 1.18 2003/10/11 22:08:57 miod Exp $ */ +/* $OpenBSD: board.h,v 1.19 2003/11/09 00:32:00 miod Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * All rights reserved. @@ -92,7 +92,7 @@ #define FPUP_BIT 0x400 /* FPU precise exception */ #define FPUI_BIT 0x800 /* FPU imprecise exception */ -/* machine dependant definitions */ +/* machine dependent definitions */ #if defined(MVME187) || defined(MVME197) #include <machine/mvme1x7.h> diff --git a/sys/arch/mvme88k/include/cmmu.h b/sys/arch/mvme88k/include/cmmu.h index ab00a3482c5..8fcb2a89e2b 100644 --- a/sys/arch/mvme88k/include/cmmu.h +++ b/sys/arch/mvme88k/include/cmmu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cmmu.h,v 1.14 2003/10/05 20:35:22 miod Exp $ */ +/* $OpenBSD: cmmu.h,v 1.15 2003/11/09 00:32:00 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1992 Carnegie Mellon University @@ -51,7 +51,7 @@ extern struct simplelock cmmu_cpu_lock; #define CMMU_LOCK simple_lock(&cmmu_cpu_lock) #define CMMU_UNLOCK simple_unlock(&cmmu_cpu_lock) -/* machine dependant cmmu function pointer structure */ +/* machine dependent cmmu function pointer structure */ struct cmmu_p { void (*cmmu_init_func)(void); void (*setup_board_config_func)(void); diff --git a/sys/arch/mvme88k/include/cpu.h b/sys/arch/mvme88k/include/cpu.h index f05cf538b5a..8ead0a53482 100644 --- a/sys/arch/mvme88k/include/cpu.h +++ b/sys/arch/mvme88k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.22 2003/10/05 20:27:46 miod Exp $ */ +/* $OpenBSD: cpu.h,v 1.23 2003/11/09 00:32:00 miod Exp $ */ /* * Copyright (c) 1996 Nivas Madhur * Copyright (c) 1992, 1993 @@ -177,7 +177,7 @@ struct switchframe { void *sf_proc; /* proc pointer */ }; -/* This struct defines the machine dependant pointers */ +/* This struct defines the machine dependent pointers */ struct md_p { void (*clock_init_func)(void); /* interval clock init function */ void (*statclock_init_func)(void); /* statistics clock init function */ |