public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sys: Fixes possible typo in comment: statfs -> statvfs
@ 2021-04-05 19:38 Hugo Gabriel Eyherabide
  2021-04-06  7:18 ` Paul Zimmermann
  0 siblings, 1 reply; 2+ messages in thread
From: Hugo Gabriel Eyherabide @ 2021-04-05 19:38 UTC (permalink / raw)
  To: libc-alpha

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: 0001-sys-Fixes-possible-typo-in-comment-statfs-statvfs.patch --]
[-- Type: text/x-patch, Size: 791 bytes --]

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(-)

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
-- 
2.29.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sys: Fixes possible typo in comment: statfs -> statvfs
  2021-04-05 19:38 [PATCH] sys: Fixes possible typo in comment: statfs -> statvfs Hugo Gabriel Eyherabide
@ 2021-04-06  7:18 ` Paul Zimmermann
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Zimmermann @ 2021-04-06  7:18 UTC (permalink / raw)
  To: Hugo Gabriel Eyherabide; +Cc: libc-alpha

this patch looks good to me. Thanks.

Reviewed-by: Paul Zimmermann <Paul.Zimmermann@inria.fr>

> Date: Mon, 5 Apr 2021 22:38:42 +0300
> From: Hugo Gabriel Eyherabide via Libc-alpha <libc-alpha@sourceware.org>
> 
> 
> [1:text/plain Hide]
> 
> 
> 
> [2:text/x-patch Show Save:0001-sys-Fixes-possible-typo-in-comment-statfs-statvfs.patch (801B)]
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-06  7:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-05 19:38 [PATCH] sys: Fixes possible typo in comment: statfs -> statvfs Hugo Gabriel Eyherabide
2021-04-06  7:18 ` Paul Zimmermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).