* corelow.c (add_to_thread_list): Fix typo.
authorPedro Alves <palves@redhat.com>
Fri, 9 Oct 2009 01:01:22 +0000 (01:01 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 9 Oct 2009 01:01:22 +0000 (01:01 +0000)
gdb/ChangeLog
gdb/corelow.c

index 5589ea135ebe98162094bad4046066cd15313deb..18bcaaae570dda5cda097aa90d1a55af62bb0ba0 100644 (file)
@@ -9,6 +9,8 @@
        we find that the core had no .reg/NN sections.
        (get_core_register_section): Handle Solaris cores with fake pids.
 
+       * corelow.c (add_to_thread_list): Fix typo.
+
 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
        PR gdb/10457
index fa2431fd231742520fd6397468181ae649620ef9..d05dbf2eb389e49eced970ff09bed31e63266fc6 100644 (file)
@@ -260,7 +260,7 @@ add_to_thread_list (bfd *abfd, asection *asect, void *reg_sect_arg)
       lwpid = merged_pid >> 16;
 
       /* This can happen on solaris core, for example, if we don't
-        find a NT_PRSTATUS note in the core, but do find NT_LWPSTATUS
+        find a NT_PSTATUS note in the core, but do find NT_LWPSTATUS
         notes.  */
       if (pid == 0)
        {