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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user