]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/expmed.c
typo typo fixes fixes
[thirdparty/gcc.git] / gcc / expmed.c
index 70c00441fe975022c19875253fc3026484889bbf..e81eb0a1b0183a1952887663c2c269a37fc8500c 100644 (file)
@@ -609,7 +609,7 @@ store_fixed_bit_field (op0, offset, bitsize, bitpos, value, struct_align)
       total_bits = GET_MODE_BITSIZE (mode);
 
       /* Make sure bitpos is valid for the chosen mode.  Adjust BITPOS to
-        be be in the range 0 to total_bits-1, and put any excess bytes in
+        be in the range 0 to total_bits-1, and put any excess bytes in
         OFFSET.  */
       if (bitpos >= total_bits)
        {
@@ -1424,7 +1424,7 @@ extract_fixed_bit_field (tmode, op0, offset, bitsize, bitpos,
       total_bits = GET_MODE_BITSIZE (mode);
 
       /* Make sure bitpos is valid for the chosen mode.  Adjust BITPOS to
-        be be in the range 0 to total_bits-1, and put any excess bytes in
+        be in the range 0 to total_bits-1, and put any excess bytes in
         OFFSET.  */
       if (bitpos >= total_bits)
        {