From: Hugo Gabriel Eyherabide Date: Mon, 5 Apr 2021 19:08:19 +0000 (+0300) Subject: sys: Fixes possible typo in comment: statfs -> statvfs X-Git-Tag: glibc-2.34~702 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf6b6243c9fe6e9727282ed63f774698e730cedd;p=thirdparty%2Fglibc.git sys: Fixes possible typo in comment: statfs -> statvfs --- diff --git a/io/sys/statvfs.h b/io/sys/statvfs.h index 6b515405081..b0b4607698d 100644 --- a/io/sys/statvfs.h +++ b/io/sys/statvfs.h @@ -21,7 +21,7 @@ #include -/* Get the system-specific definition of `struct statfs'. */ +/* Get the system-specific definition of `struct statvfs'. */ #include #ifndef __USE_FILE_OFFSET64