diff options
author | petede <none@none> | 2005-07-21 08:29:00 -0700 |
---|---|---|
committer | petede <none@none> | 2005-07-21 08:29:00 -0700 |
commit | c3ac4cfba46488d688ae1601abeaf5201e8eec2f (patch) | |
tree | 02146256f7cb94d609e1ac25e5fd9e83662e1a91 /usr/src/cmd | |
parent | 8cd7c4fcef9f44294f643aef02400e7cc26bc649 (diff) | |
download | illumos-gate-c3ac4cfba46488d688ae1601abeaf5201e8eec2f.tar.gz |
6269165 misleading comments in usr/src/cmd/stat/iostat/iostat.c
6286482 remove the only occurrence of "shit" in OpenSolaris
6231501 Typo in <sys/fem.h>
Contributed by Shawn Walker <binarycrusader@gmail.com>.
Diffstat (limited to 'usr/src/cmd')
-rw-r--r-- | usr/src/cmd/stat/iostat/iostat.c | 4 | ||||
-rw-r--r-- | usr/src/cmd/volmgt/vold/dev_rmscsi.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/stat/iostat/iostat.c b/usr/src/cmd/stat/iostat/iostat.c index 4999e20597..3499695347 100644 --- a/usr/src/cmd/stat/iostat/iostat.c +++ b/usr/src/cmd/stat/iostat/iostat.c @@ -623,7 +623,7 @@ show_disk(void *v1, void *v2, void *data) kps = krps + kwps; /* - * Average number of write transactions waiting + * Average number of wait transactions waiting */ w_delta = hrtime_delta((u_longlong_t) (old ? old->is_stats.wlentime : 0), @@ -635,7 +635,7 @@ show_disk(void *v1, void *v2, void *data) avw = 0.0; /* - * Average number of read transactions waiting + * Average number of run transactions waiting */ r_delta = hrtime_delta(old ? old->is_stats.rlentime : 0, new->is_stats.rlentime); diff --git a/usr/src/cmd/volmgt/vold/dev_rmscsi.c b/usr/src/cmd/volmgt/vold/dev_rmscsi.c index 508dc4f27c..febd7ed8c1 100644 --- a/usr/src/cmd/volmgt/vold/dev_rmscsi.c +++ b/usr/src/cmd/volmgt/vold/dev_rmscsi.c @@ -46,7 +46,7 @@ #ifdef P0_WA -#undef P0_WA /* that shit not done here! */ +#undef P0_WA /* disable P0_WA (P0 workaround) for Intel */ #endif |