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/expr.h | |
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/expr.h')
-rw-r--r-- | gcc/expr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -532,7 +532,7 @@ extern rtxfun bcc_gen_fctn[NUM_RTX_CODE]; extern enum insn_code setcc_gen_code[NUM_RTX_CODE]; #ifdef HAVE_conditional_move -/* Indexed by the the machine mode, gives the insn code to make a conditional +/* Indexed by the machine mode, gives the insn code to make a conditional move insn. */ extern enum insn_code movcc_gen_code[NUM_MACHINE_MODES]; |