From 22521f3b9083968e1f55164b34d2f21b4734cafd Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Tue, 22 Sep 2015 22:07:58 +0200 Subject: separateDebugInfo: fix typo in comment --- pkgs/build-support/setup-hooks/separate-debug-info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/build-support/setup-hooks/separate-debug-info.sh b/pkgs/build-support/setup-hooks/separate-debug-info.sh index 1f27cb0ffd61..a2b2693ea472 100644 --- a/pkgs/build-support/setup-hooks/separate-debug-info.sh +++ b/pkgs/build-support/setup-hooks/separate-debug-info.sh @@ -37,7 +37,7 @@ _separateDebugInfo() { # - We might prefer to compress the debug info during link-time already, # but our ld doesn't support --compress-debug-sections=zlib (yet). -# - Debug info may cause due to excessive memory usage during linking. +# - Debug info may cause problems due to excessive memory usage during linking. # Using -Wa,--compress-debug-sections should help with that; # further interesting information: https://gcc.gnu.org/wiki/DebugFission -- cgit 1.4.1