sys: Fixes possible typo in comment: statfs -> statvfs
authorHugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com>
Mon, 5 Apr 2021 19:08:19 +0000 (22:08 +0300)
committerPaul Zimmermann <Paul.Zimmermann@inria.fr>
Wed, 7 Apr 2021 04:14:25 +0000 (06:14 +0200)
io/sys/statvfs.h

index 6b51540..b0b4607 100644 (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