summaryrefslogtreecommitdiff
path: root/gcc/config/avr/avr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/avr/avr.c')
-rw-r--r--gcc/config/avr/avr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/avr/avr.c b/gcc/config/avr/avr.c
index cde63f10e63..7f5a22b8edf 100644
--- a/gcc/config/avr/avr.c
+++ b/gcc/config/avr/avr.c
@@ -13335,7 +13335,7 @@ typedef struct
/* G^-1, the inverse of G (*, arg) */
unsigned ginv;
- /* The cost of appplying G (*, arg) */
+ /* The cost of applying G (*, arg) */
int cost;
/* The composition F o G^-1 (*, arg) for some function F */