diff options
| author | Brian Feldman <green@FreeBSD.org> | 1999-09-19 18:04:54 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 1999-09-19 18:04:54 +0000 |
| commit | 2b543de8c6e71a096023bc366e35d5658dafef66 (patch) | |
| tree | 9db9175cc2fc30d8fc6b5fbbc3f7ccb151e6863b /usr.bin/systat/vmstat.c | |
| parent | aec5b6f6af31574490a2cfeb6b087e40609984c2 (diff) | |
Notes
Diffstat (limited to 'usr.bin/systat/vmstat.c')
| -rw-r--r-- | usr.bin/systat/vmstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/vmstat.c b/usr.bin/systat/vmstat.c index 184c7e66152d..89e78a2f8b18 100644 --- a/usr.bin/systat/vmstat.c +++ b/usr.bin/systat/vmstat.c @@ -330,7 +330,7 @@ labelkre() mvprintw(NAMEIROW, NAMEICOL, "Namei Name-cache Dir-cache"); mvprintw(NAMEIROW + 1, NAMEICOL, " Calls hits %% hits %%"); - mvprintw(DISKROW, DISKCOL, "Discs"); + mvprintw(DISKROW, DISKCOL, "Disks"); mvprintw(DISKROW + 1, DISKCOL, "KB/t"); mvprintw(DISKROW + 2, DISKCOL, "tps"); mvprintw(DISKROW + 3, DISKCOL, "MB/s"); |
