gdb/fortran: Add new 'info modules' command
[deliverable/binutils-gdb.git] / gdb / block.c
index ca4dc22cf306657408bd6c8d50d5cc4040ee980b..40cd3f4b48e50c6166c1038bf190fa8892eb0b97 100644 (file)
@@ -86,7 +86,7 @@ contained_in (const struct block *a, const struct block *b,
     }
   while (a != NULL);
 
-  return true;
+  return false;
 }
 
 
@@ -343,7 +343,7 @@ block_set_using (struct block *block,
 }
 
 /* If BLOCK_NAMESPACE (block) is NULL, allocate it via OBSTACK and
-   ititialize its members to zero.  */
+   initialize its members to zero.  */
 
 static void
 block_initialize_namespace (struct block *block, struct obstack *obstack)
This page took 0.028974 seconds and 4 git commands to generate.