* dwarf2read.c (dwarf2_ranges_read): Skip empty range entries.
[deliverable/binutils-gdb.git] / gdb / gdbtypes.c
index a01f326e8d3348a8fef35fbd6a77db3df8305fb1..2cf1b4d686baa644cdc837dd6a096738de9da1b1 100644 (file)
@@ -1977,8 +1977,8 @@ is_scalar_type (struct type *type)
 }
 
 /* Return true if T is scalar, or a composite type which in practice has
-   the memory layout of a scalar type. E.g., an array or struct with only one
-   scalar element inside it, or a union with only scalar elements.  */
+   the memory layout of a scalar type.  E.g., an array or struct with only
+   one scalar element inside it, or a union with only scalar elements.  */
 
 int
 is_scalar_type_recursive (struct type *t)
This page took 0.024605 seconds and 4 git commands to generate.