summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2013-05-18 13:43:20 +0000
committerMagnus Granberg <zorry@gentoo.org>2013-05-18 13:43:20 +0000
commitef297ae4d1b190f84f867b5b229d7b831648bab0 (patch)
treefd53ad1953c70362259d9ed1f38b0bf689d4a6c0 /eclass/pax-utils.eclass
parentbump (diff)
downloadgentoo-2-ef297ae4d1b190f84f867b5b229d7b831648bab0.tar.gz
gentoo-2-ef297ae4d1b190f84f867b5b229d7b831648bab0.tar.bz2
gentoo-2-ef297ae4d1b190f84f867b5b229d7b831648bab0.zip
Fix a typo in pax-utils.eclass
Diffstat (limited to 'eclass/pax-utils.eclass')
-rw-r--r--eclass/pax-utils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass
index 2044f68bfa09..547d6ac1ad56 100644
--- a/eclass/pax-utils.eclass
+++ b/eclass/pax-utils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.20 2013/04/09 23:43:53 zorry Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/pax-utils.eclass,v 1.21 2013/05/18 13:43:20 zorry Exp $
# @ECLASS: pax-utils.eclass
# @MAINTAINER:
@@ -41,7 +41,7 @@ PAX_MARKINGS=${PAX_MARKINGS:="PT"}
# Flags are passed directly to the utilities unchanged
#
# p: disable PAGEEXEC P: enable PAGEEXEC
-# e: disable EMUTRMAP E: enable EMUTRMAP
+# e: disable EMUTRAMP E: enable EMUTRAMP
# m: disable MPROTECT M: enable MPROTECT
# r: disable RANDMMAP R: enable RANDMMAP
# s: disable SEGMEXEC S: enable SEGMEXEC