diff options
author | Georg-Johann Lay <gjl@gcc.gnu.org> | 2019-10-09 08:49:08 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2019-10-09 08:49:08 +0000 |
commit | 34a829a041ae0b8e002c20b9ee8c7497efd862d2 (patch) | |
tree | 507268dfe08b2a7e0bfb330aec917739e7fef652 | |
parent | eba3dee8eb78ac999b408c369d6d9ef8fdac1c02 (diff) | |
download | gcc-34a829a041ae0b8e002c20b9ee8c7497efd862d2.zip gcc-34a829a041ae0b8e002c20b9ee8c7497efd862d2.tar.gz gcc-34a829a041ae0b8e002c20b9ee8c7497efd862d2.tar.bz2 |
* config/avr/avr.md: Fix typo in a comment.
From-SVN: r276755
-rw-r--r-- | gcc/config/avr/avr.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/avr/avr.md b/gcc/config/avr/avr.md index e85bf49..f711d4e 100644 --- a/gcc/config/avr/avr.md +++ b/gcc/config/avr/avr.md @@ -344,7 +344,7 @@ }) -;; Defining nonlocal_goto_receiver means we must also define this. +;; Defining nonlocal_goto_receiver means we must also define this ;; even though its function is identical to that in builtins.c (define_expand "nonlocal_goto" |