summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorthomas <thomas@FreeBSD.org>2014-05-03 09:07:02 +0000
committerthomas <thomas@FreeBSD.org>2014-05-03 09:07:02 +0000
commit574a744c490d2b9e5e1ea41454135f1229a2dd78 (patch)
tree6be61fbcc0c7471f2d91a53a93058b3d4af52572 /bin
parent4346e1288858741a4cc3f3ec771be894b37e0a90 (diff)
downloadFreeBSD-src-574a744c490d2b9e5e1ea41454135f1229a2dd78.zip
FreeBSD-src-574a744c490d2b9e5e1ea41454135f1229a2dd78.tar.gz
Minor comment fix: dbsz is the block size as set by bs/ibs/obs,
not the size of the buffer.
Diffstat (limited to 'bin')
-rw-r--r--bin/dd/dd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dd/dd.h b/bin/dd/dd.h
index dace845..d2fa410 100644
--- a/bin/dd/dd.h
+++ b/bin/dd/dd.h
@@ -41,7 +41,7 @@ typedef struct {
/* XXX ssize_t? */
size_t dbcnt; /* current buffer byte count */
size_t dbrcnt; /* last read byte count */
- size_t dbsz; /* buffer size */
+ size_t dbsz; /* block size */
#define ISCHR 0x01 /* character device (warn on short) */
#define ISPIPE 0x02 /* pipe-like (see position.c) */
OpenPOWER on IntegriCloud