From 0b5dc42cd376d4153ac307acff3fecadd829ed73 Mon Sep 17 00:00:00 2001
From: Hugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com>
Date: Mon, 5 Apr 2021 22:08:19 +0300
Subject: [PATCH] sys: Fixes possible typo in comment: statfs -> statvfs
Author: Hugo Gabriel Eyherabide Copyright-paperwork-exempt: Yes
To: libc-alpha@sourceware.org
---
io/sys/statvfs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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
--
2.29.2