From: Bobby Bingham Date: Tue, 15 Nov 2016 03:37:41 +0000 (-0600) Subject: fix typo in s390x user.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=afefce19fd7d1dd6aa8789f598a60b1d974f45fb;p=musl fix typo in s390x user.h --- diff --git a/arch/s390x/bits/user.h b/arch/s390x/bits/user.h index d2065b5e..428a3979 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;