Author: keramida (doc committer)
Date: Tue Nov  4 18:20:54 2008
New Revision: 184646
URL: http://svn.freebsd.org/changeset/base/184646

Log:
  Fix comment typo that managed to sneak in when I copy pasted some
  comments & code from iostat.

Modified:
  head/usr.bin/vmstat/vmstat.c

Modified: head/usr.bin/vmstat/vmstat.c
==============================================================================
--- head/usr.bin/vmstat/vmstat.c        Tue Nov  4 18:02:35 2008        
(r184645)
+++ head/usr.bin/vmstat/vmstat.c        Tue Nov  4 18:20:54 2008        
(r184646)
@@ -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) {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to