* hppa-tdep.c (pc_in_linker_stub): Fix unclosed comments.
[deliverable/binutils-gdb.git] / gdb / hppa-tdep.c
index 90dfa001fd075a239e7763e32af9110da3ae0ab8..4bad651e68aae0ff8d2c6232c75888b35143bc3b 100644 (file)
@@ -325,7 +325,7 @@ pc_in_linker_stub (pc)
      from the given PC, then backward.  */
   for (i = 0; i < 4; i++)
     {
-      /* If we hit something with an unwind, stop searching this direction.  
+      /* If we hit something with an unwind, stop searching this direction.  */
 
       if (find_unwind_entry (pc + i * 4) != 0)
        break;
@@ -347,7 +347,7 @@ pc_in_linker_stub (pc)
   /* Now look backward.  */
   for (i = 0; i < 4; i++)
     {
-      /* If we hit something with an unwind, stop searching this direction.  
+      /* If we hit something with an unwind, stop searching this direction.  */
 
       if (find_unwind_entry (pc - i * 4) != 0)
        break;
This page took 0.023799 seconds and 4 git commands to generate.