diff options
author | Jim Meyering <jim@meyering.net> | 2005-11-04 10:02:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-11-04 10:02:36 +0000 |
commit | cf18eb7ca4ea6bf07570044656b70348699e6f2b (patch) | |
tree | 4ccc155dd343e1d1f5c25ceeb4e360b2a39cc94b /tests/du | |
parent | ae7a1142ac519b5f215231a02200741c851ea627 (diff) | |
download | coreutils-cf18eb7ca4ea6bf07570044656b70348699e6f2b.tar.xz |
fix typo in comment
Diffstat (limited to 'tests/du')
-rwxr-xr-x | tests/du/2g | 2 |
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 |