Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/hppa/hppa/db_disasm.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/hppa/hppa/db_disasm.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/sys/arch/hppa/hppa/db_disasm.c 2005/12/11 12:17:37 1.8 +++ src/sys/arch/hppa/hppa/db_disasm.c 2006/02/25 00:58:35 1.9 @@ -1,4 +1,4 @@ -/* $NetBSD: db_disasm.c,v 1.8 2005/12/11 12:17:37 christos Exp $ */ +/* $NetBSD: db_disasm.c,v 1.9 2006/02/25 00:58:35 wiz Exp $ */ /* $OpenBSD: db_disasm.c,v 1.9 2000/04/18 20:02:45 mickey Exp $ */ @@ -51,7 +51,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.8 2005/12/11 12:17:37 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.9 2006/02/25 00:58:35 wiz Exp $"); #include #include @@ -250,7 +250,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.]