diff options
author | Paul Eggert <eggert@gnu.org> | 1993-01-10 20:12:31 +0000 |
---|---|---|
committer | Paul Eggert <eggert@gnu.org> | 1993-01-10 20:12:31 +0000 |
commit | 8008b228017883a466865c19bc34ef261f7bb088 (patch) | |
tree | b4f2704adde3928fdd212b8b3b3dd90a2997aef6 /gcc/explow.c | |
parent | 0e6bbe31e8932000e823fad27f174f1bb2624c04 (diff) | |
download | gcc-8008b228017883a466865c19bc34ef261f7bb088.zip gcc-8008b228017883a466865c19bc34ef261f7bb088.tar.gz gcc-8008b228017883a466865c19bc34ef261f7bb088.tar.bz2 |
# Fix misspellings in comments.
From-SVN: r3181
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index 0bc635b..d2519c6 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -31,7 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Return an rtx for the sum of X and the integer C. - This fucntion should be used via the `plus_constant' macro. */ + This function should be used via the `plus_constant' macro. */ rtx plus_constant_wide (x, c) |