diff options
author | 2001-04-01 20:16:47 +0000 | |
---|---|---|
committer | 2001-04-01 20:16:47 +0000 | |
commit | b0e634fe3b533e55441322f4f41d49274c517610 (patch) | |
tree | b66a7018ed2613248499eecd74fac71ceaa88b93 | |
parent | Braces and spaces. (diff) | |
download | wireguard-openbsd-b0e634fe3b533e55441322f4f41d49274c517610.tar.xz wireguard-openbsd-b0e634fe3b533e55441322f4f41d49274c517610.zip |
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; |