diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-24 16:47:37 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-04-24 16:47:37 +0000 |
commit | 39bc877970a694905bb2c93ada0f234d487a146e (patch) | |
tree | ab04b3cc882c8ae029c7f3f9bd2b2389cfc69a6d /sys/arch/mips64/include | |
parent | 6ca7f8b4044ca8b3d6e69c369c61fea62b0e572d (diff) |
exeption -> exception
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r-- | sys/arch/mips64/include/exception.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/exception.h b/sys/arch/mips64/include/exception.h index f0e9866aaeb..eacbaafafea 100644 --- a/sys/arch/mips64/include/exception.h +++ b/sys/arch/mips64/include/exception.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exception.h,v 1.4 2004/09/16 07:25:24 miod Exp $ */ +/* $OpenBSD: exception.h,v 1.5 2007/04/24 16:47:34 miod Exp $ */ /* * Copyright (c) 1998-2003 Opsycon AB (www.opsycon.se) @@ -27,7 +27,7 @@ */ /* - * Definitions for exeption processing. + * Definitions for exception processing. */ #ifndef _MIPS_EXCEPTION_H_ |