diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-10-05 20:24:20 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-10-05 20:24:20 +0000 |
commit | 19c8093cf1709730e5210400ee3b336e5b338f4b (patch) | |
tree | 70def39918be03e176dc943679828084800b057e /sys/arch/mvme88k/include | |
parent | d98cf5a8239e586a5ebd9cdef5df594e469ee60c (diff) |
typos
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r-- | sys/arch/mvme88k/include/m88100.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/mvme88k/include/m88100.h b/sys/arch/mvme88k/include/m88100.h index cf5b66e8c60..04f6c612ac0 100644 --- a/sys/arch/mvme88k/include/m88100.h +++ b/sys/arch/mvme88k/include/m88100.h @@ -1,27 +1,27 @@ -/* $OpenBSD: m88100.h,v 1.10 2003/09/26 23:37:02 miod Exp $ */ -/* +/* $OpenBSD: m88100.h,v 1.11 2003/10/05 20:24:19 miod Exp $ */ +/* * Mach Operating System * Copyright (c) 1993-1992 Carnegie Mellon University * All Rights Reserved. - * + * * Permission to use, copy, modify and distribute this software and its * documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * + * * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to - * + * * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU * School of Computer Science * Carnegie Mellon University * Pittsburgh PA 15213-3890 - * - * any improvements or extensions that they make and grant Carnegie Mellon + * + * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ @@ -36,7 +36,7 @@ * DMT0, DMT1, DMT2 layout * * The DMT_SKIP bit is never set by the cpu. It is used to mark 'known' - * transactions so that they don't get prosessed a second time by + * transactions so that they don't get processed a second time by * data_access_emulation(). */ #define DMT_SKIP 0x00010000 /* skip this dmt */ |