diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-01-18 18:40:16 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-01-18 18:40:16 -0500 |
commit | 19fee7ad17fd2e9528adf333ac311799b9a65129 (patch) | |
tree | e744f923501c76e33b412fa307df2818f4a04bd8 /misc | |
parent | misc/install.wrapper.c: speed up memory allocation with realloc (diff) | |
download | elfix-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.c | 2 |
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; |