mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Bobby Bingham <koorogi@koorogi.info>
To: musl@lists.openwall.com
Subject: [PATCH 1/2] s390x: fix typo s/ELG/ELF/
Date: Mon, 14 Nov 2016 21:37:41 -0600	[thread overview]
Message-ID: <20161115033742.26538-2-koorogi@koorogi.info> (raw)
In-Reply-To: <20161115033742.26538-1-koorogi@koorogi.info>

---
 arch/s390x/bits/user.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/s390x/bits/user.h b/arch/s390x/bits/user.h
index d2065b5..428a397 100644
--- a/arch/s390x/bits/user.h
+++ b/arch/s390x/bits/user.h
@@ -12,7 +12,7 @@ typedef struct {
 } elf_fpregset_t;
 
 #define ELF_NGREG 27
-typedef unsigned long elf_greg_t, elf_gregset_t[ELG_NGREG];
+typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
 
 struct _user_psw_struct {
 	unsigned long mask, addr;
-- 
2.10.2



  reply	other threads:[~2016-11-15  3:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-15  3:37 Fixes to s390x user.h Bobby Bingham
2016-11-15  3:37 ` Bobby Bingham [this message]
2016-11-15  3:37 ` [PATCH 2/2] s390x: reorder structs to fix forward declaration Bobby Bingham

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=20161115033742.26538-2-koorogi@koorogi.info \
    --to=koorogi@koorogi.info \
    --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).