aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/crx/crx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/crx/crx.c')
-rw-r--r--gcc/config/crx/crx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/crx/crx.c b/gcc/config/crx/crx.c
index b73cde8..838993e 100644
--- a/gcc/config/crx/crx.c
+++ b/gcc/config/crx/crx.c
@@ -816,7 +816,7 @@ crx_address_cost (rtx addr)
if (addrtype == CRX_ABSOLUTE)
cost+=2;
- /* Post-modifying addresses are more powerfull. */
+ /* Post-modifying addresses are more powerful. */
if (addrtype == CRX_POST_INC)
cost-=2;