Fix comment typo that managed to sneak in when I copy pasted some

comments & code from iostat.
This commit is contained in:
Giorgos Keramidas 2008-11-04 18:20:54 +00:00
parent 4fb6032f19
commit e9d8f84b73
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184646

View File

@ -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) {