fix typo in comment
authorJim Meyering <jim@meyering.net>
Fri, 4 Nov 2005 10:02:36 +0000 (10:02 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 4 Nov 2005 10:02:36 +0000 (10:02 +0000)
tests/du/2g

index bf32124fcc706494ab020257bc13576c3f0aa228..6c88e19c7cd0e30eacc61f064ec8ac5dd3501020 100755 (executable)
@@ -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