sys: Fixes possible typo in comment: statfs -> statvfs

This commit is contained in:
Hugo Gabriel Eyherabide 2021-04-05 22:08:19 +03:00 committed by Paul Zimmermann
parent 0a282de11b
commit bf6b6243c9

View File

@ -21,7 +21,7 @@
#include <features.h>
/* Get the system-specific definition of `struct statfs'. */
/* Get the system-specific definition of `struct statvfs'. */
#include <bits/statvfs.h>
#ifndef __USE_FILE_OFFSET64