projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a282de
)
sys: Fixes possible typo in comment: statfs -> statvfs
author
Hugo Gabriel Eyherabide
<hugogabriel.eyherabide@gmail.com>
Mon, 5 Apr 2021 19:08:19 +0000
(22:08 +0300)
committer
Paul Zimmermann
<Paul.Zimmermann@inria.fr>
Wed, 7 Apr 2021 04:14:25 +0000
(06:14 +0200)
io/sys/statvfs.h
patch
|
blob
|
history
diff --git
a/io/sys/statvfs.h
b/io/sys/statvfs.h
index
6b51540
..
b0b4607
100644
(file)
--- 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 stat
v
fs'. */
#include <bits/statvfs.h>
#ifndef __USE_FILE_OFFSET64