Fix "fall through" comments
[deliverable/binutils-gdb.git] / gdb / symfile.c
index 1122db672ea37cf5d0f252f238d1246a6a26bf11..b0a5f118346673fdec0108446725d544232460c6 100644 (file)
@@ -2901,7 +2901,7 @@ section_is_mapped (struct obj_section *osect)
          if (osect->ovly_mapped == -1)
            gdbarch_overlay_update (gdbarch, osect);
        }
-      /* fall thru to manual case */
+      /* fall thru */
     case ovly_on:              /* overlay debugging manual */
       return osect->ovly_mapped == 1;
     }
This page took 0.027328 seconds and 4 git commands to generate.