]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in
authorKevin Buettner <kevinb@redhat.com>
Mon, 21 Mar 2005 18:09:47 +0000 (18:09 +0000)
committerKevin Buettner <kevinb@redhat.com>
Mon, 21 Mar 2005 18:09:47 +0000 (18:09 +0000)
comment.

gdb/ChangeLog
gdb/frv-linux-tdep.c

index 05a32dec3614afd0259e546649da498bf2c1e921..e56efad219db962a46779a6c9088f6d8ae3f7305 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-21  Kevin Buettner  <kevinb@redhat.com>
+
+       * frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in
+       comment.
+
 2005-03-20  Mark Kettenis  <kettenis@gnu.org>
 
        * dwarf2loc.c (dwarf_expr_tls_address): Mark addr as volatile.
index 11d4dbc8ea5e84f0f815005258d63dff4f98472a..2ec44d12e591311498cc70675afba7f4771e39cc 100644 (file)
@@ -192,7 +192,7 @@ frv_linux_sigcontext_reg_addr (struct frame_info *next_frame, int regno,
       else if (tramp_type == RT_SIGTRAMP)
        {
          /* For a realtime sigtramp frame, SP + 12 contains a pointer
-            to the a ucontext struct.  The ucontext struct contains a
+            to a ucontext struct.  The ucontext struct contains a
             sigcontext struct starting 24 bytes in.  (The offset of
             uc_mcontext within struct ucontext is derived as follows: 
             stack_t is a 12-byte struct and struct sigcontext is