From owner-svn-src-head@FreeBSD.ORG Tue Nov 4 18:20:54 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEC7C10656A4; Tue, 4 Nov 2008 18:20:54 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BC3BD8FC16; Tue, 4 Nov 2008 18:20:54 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mA4IKsmk004109; Tue, 4 Nov 2008 18:20:54 GMT (envelope-from keramida@svn.freebsd.org) Received: (from keramida@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mA4IKsUg004108; Tue, 4 Nov 2008 18:20:54 GMT (envelope-from keramida@svn.freebsd.org) Message-Id: <200811041820.mA4IKsUg004108@svn.freebsd.org> From: Giorgos Keramidas Date: Tue, 4 Nov 2008 18:20:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r184646 - head/usr.bin/vmstat X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2008 18:20:54 -0000 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) {