diff options
Diffstat (limited to 'gcc/config/avr')
-rw-r--r-- | gcc/config/avr/avr-arch.h | 2 | ||||
-rw-r--r-- | gcc/config/avr/avr.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/avr/avr-arch.h b/gcc/config/avr/avr-arch.h index 9c426882e1e..94637356a1e 100644 --- a/gcc/config/avr/avr-arch.h +++ b/gcc/config/avr/avr-arch.h @@ -169,7 +169,7 @@ typedef struct /* Architecture ID. */ enum avr_arch_id arch_id; - /* textinfo source to describe the archtiecture. */ + /* textinfo source to describe the architecture. */ const char *texinfo; } avr_arch_info_t; 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 */ |