diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-26 08:01:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-26 08:01:43 +0000 |
commit | 29243b7892baed62fd625ccc9eb630b96622ef79 (patch) | |
tree | 98dae316c96bee6fd06a8c3b3626dd52e9478da2 /sys/arch/powerpc | |
parent | 3c45b16ec70a3d326c028427d3d613cec5d4c11f (diff) |
managment -> management;
ok mickey@
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/include/trap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/trap.h b/sys/arch/powerpc/include/trap.h index a6c05ac2f3e..971ad5b3f57 100644 --- a/sys/arch/powerpc/include/trap.h +++ b/sys/arch/powerpc/include/trap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: trap.h,v 1.5 2001/11/13 14:31:52 drahn Exp $ */ +/* $OpenBSD: trap.h,v 1.6 2003/04/26 08:01:42 jmc Exp $ */ /* $NetBSD: trap.h,v 1.1 1996/09/30 16:34:35 ws Exp $ */ /* @@ -50,7 +50,7 @@ #define EXC_PERF 0x0f00 /* Performance Monitoring */ #define EXC_VEC 0x0f20 /* AltiVec Unavailable */ #define EXC_BPT 0x1300 /* Instruction Breakpoint */ -#define EXC_SMI 0x1400 /* System Managment Interrupt */ +#define EXC_SMI 0x1400 /* System Management Interrupt */ /* And these are only on the 603: */ #define EXC_IMISS 0x1000 /* Instruction translation miss */ |