diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2006-07-29 13:21:04 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2006-07-29 13:21:04 +0000 |
commit | b86d0dd384d71adae221e8d6d93a2e3426840777 (patch) | |
tree | c7ada2ccd09d1b446ca54d60b7951e6cf02e0d77 /sys/arch/mips64 | |
parent | eef19c08ee46f4c4ff5f4e55eff45e10d8110adc (diff) |
fix typo in comment
ok miod
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/include/archtype.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/archtype.h b/sys/arch/mips64/include/archtype.h index 172a5f85893..92cfeead71b 100644 --- a/sys/arch/mips64/include/archtype.h +++ b/sys/arch/mips64/include/archtype.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archtype.h,v 1.4 2004/10/05 13:07:44 pefo Exp $ */ +/* $OpenBSD: archtype.h,v 1.5 2006/07/29 13:21:03 jasper Exp $ */ /* * Copyright (c) 1997-2004 Opsycon AB, Sweden (www.opsycon.se) * @@ -28,7 +28,7 @@ #ifndef _MIPS_ARCHTYPE_H_ #define _MIPS_ARCHTYPE_H_ /* - * Define architectural identitys for the different Mips machines. + * Define architectural identities for the different Mips machines. */ #define ARC_CLASS 0x0000 /* Arch class ARC */ #define ACER_PICA_61 0x0001 /* Acer Labs Pica 61 */ |