diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2001-04-01 20:16:48 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2001-04-01 20:16:48 +0000 |
commit | 7f6e04802838451739c248b988cffb2dcb816554 (patch) | |
tree | 0d41e732d20cbc7c21540a42f4cfd2c75f79049c | |
parent | 93cd7c2886d34ebc5ee2661309bd0fb00fad010e (diff) |
spelling.
-rw-r--r-- | sys/arch/vax/vax/db_disasm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/db_disasm.c b/sys/arch/vax/vax/db_disasm.c index e5180f183c3..7425c411b11 100644 --- a/sys/arch/vax/vax/db_disasm.c +++ b/sys/arch/vax/vax/db_disasm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_disasm.c,v 1.8 2000/04/27 01:10:11 bjc Exp $ */ +/* $OpenBSD: db_disasm.c,v 1.9 2001/04/01 20:16:47 hugh Exp $ */ /* $NetBSD: db_disasm.c,v 1.10 1998/04/13 12:10:27 ragge Exp $ */ /* * Copyright (c) 1996 Ludd, University of Lule}, Sweden. @@ -345,7 +345,7 @@ get_operand(ib, size) add_str(ib, my_db_regs[reg].name); add_char(ib, ')'); if (reg == 0x0F) { /* pc is not allowed in this mode */ - err_print("autodecrement not allowd for PC.\n"); + err_print("autodecrement not allowed for PC.\n"); } break; |