summaryrefslogtreecommitdiffstats
path: root/usr.bin/vmstat/vmstat.c
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2008-11-04 18:20:54 +0000
committerkeramida <keramida@FreeBSD.org>2008-11-04 18:20:54 +0000
commita29fd74e213d86989f6bbcac72ade8476de10744 (patch)
tree16aface2b640fcbc2f15bba3c19454f20c18c7f2 /usr.bin/vmstat/vmstat.c
parent551b80b67661dfbfdf6203d42d5d1134aeee8626 (diff)
downloadFreeBSD-src-a29fd74e213d86989f6bbcac72ade8476de10744.zip
FreeBSD-src-a29fd74e213d86989f6bbcac72ade8476de10744.tar.gz
Fix comment typo that managed to sneak in when I copy pasted some
comments & code from iostat.
Diffstat (limited to 'usr.bin/vmstat/vmstat.c')
-rw-r--r--usr.bin/vmstat/vmstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c
index 1aa440a..a05dfd4 100644
--- a/usr.bin/vmstat/vmstat.c
+++ b/usr.bin/vmstat/vmstat.c
@@ -586,7 +586,7 @@ dovmstat(unsigned int interval, int reps)
/*
* If our standard output is a tty, then install a SIGWINCH handler
* and set wresized so that our first iteration through the main
- * iostat loop will peek at the terminal's current rows to find out
+ * vmstat loop will peek at the terminal's current rows to find out
* how many lines can fit in a screenful of output.
*/
if (isatty(fileno(stdout)) != 0) {
OpenPOWER on IntegriCloud