From: Jim Meyering Date: Fri, 4 Nov 2005 10:02:36 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: v6.0~1402 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf18eb7ca4ea6bf07570044656b70348699e6f2b;p=thirdparty%2Fcoreutils.git fix typo in comment --- diff --git a/tests/du/2g b/tests/du/2g index bf32124fcc..6c88e19c7c 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