summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-11-04 10:02:36 +0000
committerJim Meyering <jim@meyering.net>2005-11-04 10:02:36 +0000
commitcf18eb7ca4ea6bf07570044656b70348699e6f2b (patch)
tree4ccc155dd343e1d1f5c25ceeb4e360b2a39cc94b /tests
parentae7a1142ac519b5f215231a02200741c851ea627 (diff)
downloadcoreutils-cf18eb7ca4ea6bf07570044656b70348699e6f2b.tar.xz
fix typo in comment
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