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/arm/arm32/pmap.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/arm/arm32/pmap.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.145 retrieving revision 1.146 diff -u -p -r1.145 -r1.146 --- src/sys/arch/arm/arm32/pmap.c 2003/10/29 05:48:19 1.145 +++ src/sys/arch/arm/arm32/pmap.c 2003/11/01 17:35:42 1.146 @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.145 2003/10/29 05:48:19 mycroft Exp $ */ +/* $NetBSD: pmap.c,v 1.146 2003/11/01 17:35:42 jdolecek Exp $ */ /* * Copyright 2003 Wasabi Systems, Inc. @@ -212,7 +212,7 @@ #include #include -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.145 2003/10/29 05:48:19 mycroft Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.146 2003/11/01 17:35:42 jdolecek Exp $"); #ifdef PMAP_DEBUG @@ -3882,7 +3882,7 @@ pmap_bootstrap(pd_entry_t *kernel_l1pt, /* * Make sure the descriptor itself has the correct cache mode. - * If not, fix it, but bitch about the problem. Port-meisters + * If not, fix it, but whine about the problem. Port-meisters * should consider this a clue to fix up their initarm() * function. :) */