summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/du/2g2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/2g b/tests/du/2g
index bf32124fc..6c88e19c7 100755
--- a/tests/du/2g
+++ b/tests/du/2g
@@ -1,6 +1,6 @@
#!/bin/sh
# Ensure that du can handle a 2GB file (i.e., a file of size 2^31 bytes)
-# Before coreutils-5.93, on systems with a signed, 32-bit stat.st_nblocks
+# Before coreutils-5.93, on systems with a signed, 32-bit stat.st_blocks
# one of du's computations would overflow.
if test "$VERBOSE" = yes; then