summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-11-22 07:30:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-11-22 07:30:18 +0000
commit42d22829e9dfff96689f835534500cc76e42f350 (patch)
treecc2574d008d6e2da60c656134e38f5615eeaea40 /sys
parentea55b6ec6ca0d60672cc53497641634a43028c6c (diff)
spell PROT_EXEC correctly
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/sparc/pmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/sparc/pmap.c b/sys/arch/sparc/sparc/pmap.c
index bf59b86f046..505eba1fd70 100644
--- a/sys/arch/sparc/sparc/pmap.c
+++ b/sys/arch/sparc/sparc/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.167 2014/11/17 21:39:19 deraadt Exp $ */
+/* $OpenBSD: pmap.c,v 1.168 2014/11/22 07:30:17 deraadt Exp $ */
/* $NetBSD: pmap.c,v 1.118 1998/05/19 19:00:18 thorpej Exp $ */
/*
@@ -4847,7 +4847,7 @@ pmap_protect4m(struct pmap *pm, vaddr_t sva, vaddr_t eva, vm_prot_t prot)
}
/*
- * Since the caller might request either a removal of PROT_EXECUTE
+ * Since the caller might request either a removal of PROT_EXEC
* or PROT_WRITE, we don't attempt to guess what to do, just lower
* to read-only and let the real protection be faulted in.
*/