Fixed typo.

2006-04-09  Benoît Dejean  <benoit@placenet.org>

	* fsusage.c: (_glibtop_freebsd_get_fsusage_read_write):

	Fixed typo.
This commit is contained in:
Benoît Dejean
2006-04-09 16:54:29 +00:00
committed by Benoît Dejean
parent 5d2f45803b
commit 12502c2673
2 changed files with 7 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ _glibtop_freebsd_get_fsusage_read_write(glibtop *server,
#endif
#if defined (STAT_STATVFS)
result = statfs (path, &sfs);
result = statvfs (path, &sfs);
#else
result = statfs (path, &sfs);
#endif