about summary refs log tree commit diff
path: root/pkgs/build-support/setup-hooks
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/setup-hooks')
-rw-r--r--pkgs/build-support/setup-hooks/separate-debug-info.sh2
1 files changed, 1 insertions, 1 deletions
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