summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-29 19:33:43 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-29 19:33:58 +0200
commit8218f7f19bff1f71dfa87e49a2126f16290bd0a1 (patch)
tree1704a939b5c2167bf4549fd52b026af29e44057c
parent23d4559846b5a1b1c6eeb04c4f20a137bf141db8 (diff)
fix typo
-rwxr-xr-xconfigure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 39f238fa8..f54803742 100755
--- a/configure.in
+++ b/configure.in
@@ -1293,7 +1293,7 @@ AC_ARG_WITH(num-cpus,
AC_ARG_WITH(max-jobs,
AS_HELP_STRING([--with-max-jobs],
- [Maximum number of jobs per one CPU that will be issued at the same time my dmake.
+ [Maximum number of jobs per one CPU that will be issued at the same time by dmake.
The real number of the jobs is affected by the --with-num-cpus too, it can get up to CPUS*max_jobs.
Defaults to 1, unless you configure --enable-icecream - then to 10.]),
,)