diff options
Diffstat (limited to 'gcc/config/c4x/c4x.c')
-rw-r--r-- | gcc/config/c4x/c4x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/c4x/c4x.c b/gcc/config/c4x/c4x.c index 2d6e660..9c9dc0e 100644 --- a/gcc/config/c4x/c4x.c +++ b/gcc/config/c4x/c4x.c @@ -3342,7 +3342,7 @@ tsrc_operand (rtx op, enum machine_mode mode) } -/* Check src operand of two operand non immedidate instructions. */ +/* Check src operand of two operand non immediate instructions. */ int nonimmediate_src_operand (rtx op, enum machine_mode mode) @@ -3354,7 +3354,7 @@ nonimmediate_src_operand (rtx op, enum machine_mode mode) } -/* Check logical src operand of two operand non immedidate instructions. */ +/* Check logical src operand of two operand non immediate instructions. */ int nonimmediate_lsrc_operand (rtx op, enum machine_mode mode) |