From bf6b6243c9fe6e9727282ed63f774698e730cedd Mon Sep 17 00:00:00 2001 From: Hugo Gabriel Eyherabide Date: Mon, 5 Apr 2021 22:08:19 +0300 Subject: [PATCH] sys: Fixes possible typo in comment: statfs -> statvfs --- io/sys/statvfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/sys/statvfs.h b/io/sys/statvfs.h index 6b51540..b0b4607 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 -- 2.7.4