summary refs log tree commit diff
path: root/io
diff options
context:
space:
mode:
authorHugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com>2021-04-05 22:08:19 +0300
committerPaul Zimmermann <Paul.Zimmermann@inria.fr>2021-04-07 06:14:25 +0200
commitbf6b6243c9fe6e9727282ed63f774698e730cedd (patch)
treee18abe640f67d79b50271b0021fbf7791896be6d /io
parent0a282de11b87fb4ad015c0cd10158555999705f9 (diff)
downloadglibc-bf6b6243c9fe6e9727282ed63f774698e730cedd.tar.gz
glibc-bf6b6243c9fe6e9727282ed63f774698e730cedd.tar.xz
glibc-bf6b6243c9fe6e9727282ed63f774698e730cedd.zip
sys: Fixes possible typo in comment: statfs -> statvfs
Diffstat (limited to 'io')
-rw-r--r--io/sys/statvfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/io/sys/statvfs.h b/io/sys/statvfs.h
index 6b51540508..b0b4607698 100644
--- a/io/sys/statvfs.h
+++ b/io/sys/statvfs.h
@@ -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