]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(sigcontext
authorRoland McGrath <roland@gnu.org>
Sat, 3 Dec 1994 13:57:03 +0000 (13:57 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 3 Dec 1994 13:57:03 +0000 (13:57 +0000)
): Fixed typo.

sysdeps/mach/hurd/alpha/sigcontext.h

index 85feda2a642625f9cbe31854dd2c742f2d80e224..32e0c94f983a7fb7abc824eeb9ca109e91a503c3 100644 (file)
@@ -50,7 +50,7 @@ struct sigcontext
     long int sc_regs[31];      /* General registers $0..$30.  */
     long int sc_pc;            /* Program counter.  */
 
-    /* struct mips_exc_state */
+    /* struct alpha_exc_state */
 #define sc_alpha_exc_state sc_badvaddr
     unsigned long int sc_badvaddr;
     unsigned int sc_cause;     /* Machine-level trap code.  */