mirror of git://sourceware.org/git/glibc.git
sys: Fixes possible typo in comment: statfs -> statvfs
This commit is contained in:
parent
0a282de11b
commit
bf6b6243c9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue