Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2008 18:20:54 +0000 (UTC)
From:      Giorgos Keramidas <keramida@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184646 - head/usr.bin/vmstat
Message-ID:  <200811041820.mA4IKsUg004108@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811041820.mA4IKsUg004108>