1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-23 23:56:08 +02:00

fix typo in comment

This commit is contained in:
Jim Meyering
2005-11-04 10:02:36 +00:00
parent ae7a1142ac
commit cf18eb7ca4

View File

@@ -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