aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-01-18 18:40:16 -0500
committerAnthony G. Basile <blueness@gentoo.org>2014-01-18 18:40:16 -0500
commit19fee7ad17fd2e9528adf333ac311799b9a65129 (patch)
treee744f923501c76e33b412fa307df2818f4a04bd8 /misc
parentmisc/install.wrapper.c: speed up memory allocation with realloc (diff)
downloadelfix-19fee7ad17fd2e9528adf333ac311799b9a65129.tar.gz
elfix-19fee7ad17fd2e9528adf333ac311799b9a65129.tar.bz2
elfix-19fee7ad17fd2e9528adf333ac311799b9a65129.zip
misc/install.wrapper.c: fix typo
Diffstat (limited to 'misc')
-rw-r--r--misc/install.wrapper.c/install.wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/install.wrapper.c/install.wrapper.c b/misc/install.wrapper.c/install.wrapper.c
index b79d90c..df2b387 100644
--- a/misc/install.wrapper.c/install.wrapper.c
+++ b/misc/install.wrapper.c/install.wrapper.c
@@ -301,7 +301,7 @@ main(int argc, char* argv[])
/* Are there enough files/directories on the cmd line to
* proceed? This can happen if install is called with no
* arguments or with just --help. In which case there is
- * nothing the parent to do.
+ * nothing for the parent to do.
*/
if (first >= last)
return status;