From: Khem Raj <raj.khem@gmail.com>
To: musl@lists.openwall.com
Cc: dalias@libc.org, Khem Raj <raj.khem@gmail.com>
Subject: [musl] [PATCH] sys/stat.h: Fix typo in statx member name stx_dio_offset_align
Date: Sat, 12 Oct 2024 16:51:51 -0700 [thread overview]
Message-ID: <20241012235151.8987-1-raj.khem@gmail.com> (raw)
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];
};
reply other threads:[~2024-10-12 23:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241012235151.8987-1-raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=dalias@libc.org \
--cc=musl@lists.openwall.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).