diff --git a/sys/arch/m68k/m68k/pmap_motorola.c b/sys/arch/m68k/m68k/pmap_motorola.c index 0baf01202395..4ad9fd42b059 100644 --- a/sys/arch/m68k/m68k/pmap_motorola.c +++ b/sys/arch/m68k/m68k/pmap_motorola.c @@ -1,4 +1,4 @@ -/* $NetBSD: pmap_motorola.c,v 1.28 2007/03/12 18:18:25 ad Exp $ */ +/* $NetBSD: pmap_motorola.c,v 1.29 2007/04/05 13:17:11 tnn Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -124,7 +124,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: pmap_motorola.c,v 1.28 2007/03/12 18:18:25 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap_motorola.c,v 1.29 2007/04/05 13:17:11 tnn Exp $"); #include "opt_compat_hpux.h" @@ -1026,7 +1026,7 @@ pmap_page_protect(struct vm_page *pg, vm_prot_t prot) /* * pmap_protect: [ INTERFACE ] * - * Set the physical protectoin on the specified range of this map + * Set the physical protection on the specified range of this map * as requested. */ void