OSDN Git Service

Remove doubled up words.
[pf3gnuchains/gcc-fork.git] / gcc / fortran / target-memory.c
index 0a09f5a..03a5b58 100644 (file)
@@ -495,7 +495,7 @@ gfc_interpret_derived (unsigned char *buffer, size_t buffer_size, gfc_expr *resu
       /* The constructor points to the component.  */
       c->n.component = cmp;
 
-      /* Calculate the offset, which consists of the the FIELD_OFFSET in
+      /* Calculate the offset, which consists of the FIELD_OFFSET in
         bytes, which appears in multiples of DECL_OFFSET_ALIGN-bit-sized,
         and additional bits of FIELD_BIT_OFFSET. The code assumes that all
         sizes of the components are multiples of BITS_PER_UNIT,