瀏覽代碼

fix typo in s390x user.h

Bobby Bingham 8 年之前
父節點
當前提交
afefce19fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/s390x/bits/user.h

+ 1 - 1
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;