* hppa-tdep.c (read_unwind_info): Fix typo in comment.
authorJoel Brobecker <brobecker@gnat.com>
Mon, 3 Oct 2005 20:53:01 +0000 (20:53 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 3 Oct 2005 20:53:01 +0000 (20:53 +0000)
gdb/ChangeLog
gdb/hppa-tdep.c

index 3fb9f9a8796b2c34887a9dfa3ecadc5200303c96..9ea389c3eb2cfc0db78cbb7581c24c165bebb48b 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-02  Joel Brobecker  <brobecker@adacore.com>
+
+       * hppa-tdep.c (read_unwind_info): Fix typo in comment.
+
 2005-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * gdb_gcore.sh: Use a temporary file.  Use gdb from $PATH.
index 0f5518c87d0a0dda25ed92beddb4616ee948f7e9..a10437152640e057e85f346200eded4708596904 100644 (file)
@@ -364,7 +364,7 @@ read_unwind_info (struct objfile *objfile)
     }
 
   /* Now compute the size of the stub unwinds.  Note the ELF tools do not
-     use stub unwinds at the curren time.  */
+     use stub unwinds at the current time.  */
   stub_unwind_sec = bfd_get_section_by_name (objfile->obfd, "$UNWIND_END$");
 
   if (stub_unwind_sec)
This page took 0.038672 seconds and 4 git commands to generate.