diff options
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/db_disasm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/db_disasm.c b/sys/arch/hppa/hppa/db_disasm.c index 87571c53a1b..b7e77da8a52 100644 --- a/sys/arch/hppa/hppa/db_disasm.c +++ b/sys/arch/hppa/hppa/db_disasm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_disasm.c,v 1.17 2005/01/23 16:26:43 mickey Exp $ */ +/* $OpenBSD: db_disasm.c,v 1.18 2006/02/06 17:19:30 jmc Exp $ */ /* TODO parse 64bit insns or rewrite */ @@ -234,7 +234,7 @@ struct ute { * program , "s" and "l" must (alas!) be constants. (Suggestion: if * "s" == 2 and "l" == 8, use _b28 for "n".) The name "BITFLR" should * be pre-defined if the compiler assigns bitfields from left-to-right. - * The resultant macro expansion defines a stucture in which the bit field + * The resultant macro expansion defines a structure in which the bit field * starting at position "s" with length "l" may be referenced by accessing * member "n". [Note: The leftmost bits in a 36-bit word may be accessed * by specifying -4 <= s < 0 on the DEC-20.] |