summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-02-11 17:59:54 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-02-25 07:51:50 +0100
commit4187b2beaa3d1294cd5c76ec0b662f3f4fadc421 (patch)
tree0320d5df914fa092b970e82b7630bbb17759f4d2 /configure.ac
parentae4e0a81753dd280f6b77b5ee61cf7e9f85e5cfe (diff)
Fix typo
Change-Id: Iee70a15bb21ae1840e07583c958c094d37431d02 Reviewed-on: https://gerrit.libreoffice.org/68298 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f20cf467edab..54cdf16f7faf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -464,7 +464,7 @@ if test -n "$with_android_ndk"; then
# linker is required if you compile large parts of the code with -g. A 32-bit linker just won't
# manage to link the (app-specific) single huge .so that is built for the app in
# android/source/ if there is debug information in a significant part of the object files.
- # (A 64-bit ld.gold grows to much over 10 gigabytes of virtual space when linking such a .so if
+ # (A 64-bit ld.gold grows too much over 10 gigabytes of virtual space when linking such a .so if
# all objects have been built with debug information.)
case $build_os in
linux-gnu*)