Fix "fall through" comments
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
index 380ff365bb90dfebec4d0376638f1bda2b6b7a77..26ec5efc286609a5275fcec4e959adb170962bf2 100644 (file)
@@ -10578,7 +10578,8 @@ process_die (struct die_info *die, struct dwarf2_cu *cu)
       cu->processing_has_namespace_info = 1;
       if (read_namespace_alias (die, cu))
        break;
-      /* The declaration is not a global namespace alias: fall through.  */
+      /* The declaration is not a global namespace alias.  */
+      /* Fall through.  */
     case DW_TAG_imported_module:
       cu->processing_has_namespace_info = 1;
       if (die->child != NULL && (die->tag == DW_TAG_imported_declaration
This page took 0.027575 seconds and 4 git commands to generate.