diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-02-07 23:30:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-02-07 23:30:14 +0000 |
commit | 89d2def9cd06a35803505ad6892b9eedca051b21 (patch) | |
tree | 55129316076713f156b6904bd8e066cf07275a3f | |
parent | 54d59632d5e5d7873d6e324c2b5747517b818ff3 (diff) |
typos
-rw-r--r-- | sys/arch/vax/vax/db_disasm.h | 4 | ||||
-rw-r--r-- | sys/arch/vax/vax/machdep.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/vax/db_disasm.h b/sys/arch/vax/vax/db_disasm.h index e8e6dbdb292..80fc8d7716d 100644 --- a/sys/arch/vax/vax/db_disasm.h +++ b/sys/arch/vax/vax/db_disasm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_disasm.h,v 1.4 2003/11/07 10:16:45 jmc Exp $ */ +/* $OpenBSD: db_disasm.h,v 1.5 2015/02/07 23:30:13 miod Exp $ */ /* $NetBSD: db_disasm.h,v 1.1 1996/01/28 11:31:27 ragge Exp $ */ /* * Copyright (c) 2002, Miodrag Vallat. @@ -46,7 +46,7 @@ * may be as short as one byte and as long as needed depending on the type * of instruction. [...] Each instruction consists of an opcode followed * by zero to six operand specifiers whose number and type depend on the - * opcode. All operand specidiers are, themselves, of the same format -- + * opcode. All operand specifiers are, themselves, of the same format -- * i.e. an address mode plus additional information. * * [VAX Architecture Handbook, p.52: Instruction Format] diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c index 2c6ad2e6a1f..bfbb56f1469 100644 --- a/sys/arch/vax/vax/machdep.c +++ b/sys/arch/vax/vax/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.147 2014/12/22 02:26:54 tedu Exp $ */ +/* $OpenBSD: machdep.c,v 1.148 2015/02/07 23:30:13 miod Exp $ */ /* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */ /* @@ -784,7 +784,7 @@ process_sstep(p, sstep) * allocated from the kernel map instead. * * It is known that the first page in the iospace area is unused; it may - * be use by console device drivers (before the map system is inied). + * be use by console device drivers (before the map system is initted). */ vaddr_t vax_map_physmem(phys, size) |