mailing list of musl libc
 help / color / mirror / code / Atom feed
* [musl] [PATCH] sys/stat.h: Fix typo in statx member name stx_dio_offset_align
@ 2024-10-12 23:51 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2024-10-12 23:51 UTC (permalink / raw)
  To: musl; +Cc: dalias, Khem Raj

This was added in 23ab04a8630225371455d5f4538fd078665bb646
---
 include/sys/stat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sys/stat.h b/include/sys/stat.h
index 0c10dc21..c924ce2f 100644
--- a/include/sys/stat.h
+++ b/include/sys/stat.h
@@ -162,7 +162,7 @@ struct statx {
 	uint32_t stx_dev_minor;
 	uint64_t stx_mnt_id;
 	uint32_t stx_dio_mem_align;
-	uint32_t stx_dio_offet_align;
+	uint32_t stx_dio_offset_align;
 	uint64_t stx_subvol;
 	uint64_t __pad1[11];
 };

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-10-12 23:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-12 23:51 [musl] [PATCH] sys/stat.h: Fix typo in statx member name stx_dio_offset_align Khem Raj

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).