summaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2001-02-07 20:32:56 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2001-02-07 20:32:56 +0000
commitda7f5a7aa2d32faf952c4e0b4460a6dfe45e396f (patch)
treec4392b9642f04937c78c951d220cf1e640cfd0a8 /usr.bin/vmstat
parent55649a038b07b602d26ee3ac677b523fdfc83dde (diff)
spelling
Diffstat (limited to 'usr.bin/vmstat')
-rw-r--r--usr.bin/vmstat/dkstats.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vmstat/dkstats.h b/usr.bin/vmstat/dkstats.h
index 59e31aa4b10..02f2a4d4a98 100644
--- a/usr.bin/vmstat/dkstats.h
+++ b/usr.bin/vmstat/dkstats.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dkstats.h,v 1.4 1997/06/23 22:11:06 millert Exp $ */
+/* $OpenBSD: dkstats.h,v 1.5 2001/02/07 20:32:55 todd Exp $ */
/* $NetBSD: dkstats.h,v 1.1 1996/05/10 23:19:28 thorpej Exp $ */
/*
@@ -42,7 +42,7 @@ struct _disk {
char **dk_name; /* Disk names (sd0, wd1, etc). */
u_int64_t *dk_xfer; /* # of transfers. */
u_int64_t *dk_seek; /* # of seeks (currently unused). */
- u_int64_t *dk_bytes; /* # of bytes transfered. */
+ u_int64_t *dk_bytes; /* # of bytes transferred. */
struct timeval *dk_time; /* Time spent in disk i/o. */
long tk_nin; /* TTY Chars in. */
long tk_nout; /* TTY Chars out. */