From cf18eb7ca4ea6bf07570044656b70348699e6f2b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 4 Nov 2005 10:02:36 +0000 Subject: fix typo in comment --- tests/du/2g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/du') 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 -- cgit v1.2.3-54-g00ecf