diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-11-09 00:32:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-11-09 00:32:04 +0000 |
commit | 56e895f421d41b7e319dd800b023712df1160213 (patch) | |
tree | d02ed17e27a568fef9c9f0cd0d6425a6f5a3c2a7 /sys/arch/mvme88k/include/cpu.h | |
parent | 813dcba5d75c94ce75a82c86aa8f5bc63bb44042 (diff) |
Typos; Jonathan Gray
Diffstat (limited to 'sys/arch/mvme88k/include/cpu.h')
-rw-r--r-- | sys/arch/mvme88k/include/cpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |