From 39edbfd9c8e84e0fe2a700c932dc48b0cdfc70a2 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 3 Dec 1994 13:57:03 +0000 Subject: [PATCH] (sigcontext ): Fixed typo. --- sysdeps/mach/hurd/alpha/sigcontext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/mach/hurd/alpha/sigcontext.h b/sysdeps/mach/hurd/alpha/sigcontext.h index 85feda2a64..32e0c94f98 100644 --- a/sysdeps/mach/hurd/alpha/sigcontext.h +++ b/sysdeps/mach/hurd/alpha/sigcontext.h @@ -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. */