commit: d5fe26e92c3a990134f0e660d7fd0f4f8c7ebf11
Author: Vaibhav Niku <vaibhav.niku <AT> yandex <DOT> com>
AuthorDate: Fri Jan 6 17:52:29 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Fri Jan 6 17:59:04 2017 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d5fe26e9
cnf/make.conf.example: Fix incorrect "it's" usage, should be "its"
cnf/make.conf.example | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cnf/make.conf.example b/cnf/make.conf.example
index a3b09b5..04f3a02 100644
--- a/cnf/make.conf.example
+++ b/cnf/make.conf.example
@@ -135,7 +135,7 @@
# ${CATEGORY}:${PF}:YYYYMMDD-HHMMSS.log in the directory specified.
# If the directory does not exist, it will be created automatically and
# group permissions will be applied to it. If the directory already
-# exists, portage will not modify it's permissions.
+# exists, portage will not modify its permissions.
#PORT_LOGDIR=""
#
# PORTDIR_OVERLAY is a directory where local ebuilds may be stored without
@@ -258,7 +258,7 @@
#PORTAGE_NICENESS=3
#
# PORTAGE_IONICE_COMMAND provides a command for portage to call in order to
-# adjust the io priority of portage and it's subprocesses. Default is
+# adjust the io priority of portage and its subprocesses. Default is
# unset.
#PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
#