diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-05-06 15:09:07 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-05-06 15:09:07 -0600 |
commit | 38e012594edc0e7783e3e6d91960c91469df4164 (patch) | |
tree | e5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/fold-const.c | |
parent | f103890ba552cf55c0aa79d35968db46785a94d0 (diff) | |
download | gcc-38e012594edc0e7783e3e6d91960c91469df4164.zip gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.gz gcc-38e012594edc0e7783e3e6d91960c91469df4164.tar.bz2 |
typo typo fixes fixes
From-SVN: r19601
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index c284ae2..bfcaed7 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -2569,7 +2569,7 @@ optimize_bit_field_compare (code, compare_type, lhs, rhs) *PMASK is set to the mask used. This is either contained in a BIT_AND_EXPR or derived from the width of the field. - *PAND_MASK is set the the mask found in a BIT_AND_EXPR, if any. + *PAND_MASK is set to the mask found in a BIT_AND_EXPR, if any. Return 0 if this is not a component reference or is one that we can't do anything with. */ |