aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vmstat/vmstat.c
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2008-11-04 18:20:54 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2008-11-04 18:20:54 +0000
commite9d8f84b73e2103546cfff512d08b986056405dd (patch)
tree16aface2b640fcbc2f15bba3c19454f20c18c7f2 /usr.bin/vmstat/vmstat.c
parent4fb6032f1919e05c1df62564213cf979637fef62 (diff)
downloadsrc-e9d8f84b73e2103546cfff512d08b986056405dd.tar.gz
src-e9d8f84b73e2103546cfff512d08b986056405dd.zip
Fix comment typo that managed to sneak in when I copy pasted some
comments & code from iostat.
Notes
Notes: svn path=/head/; revision=184646
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 1aa440a3e5bf..a05dfd4e1523 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) {