Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241012235151.8987-1-raj.khem@gmail.com>
Date: Sat, 12 Oct 2024 16:51:51 -0700
From: Khem Raj <raj.khem@...il.com>
To: musl@...ts.openwall.com
Cc: dalias@...c.org,
	Khem Raj <raj.khem@...il.com>
Subject: [PATCH] sys/stat.h: Fix typo in statx member name stx_dio_offset_align

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];
 };

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.