diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-07 06:41:23 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-07 06:41:23 +0000 |
commit | 4bbea25433b26fb34cc286ba96974f23dbe15ccd (patch) | |
tree | d583d908c670671b25c202db24844f7db39d0ad1 /gcc/rtl.c | |
parent | b550e0588e54efcea40f213bc2a92149514efa19 (diff) | |
download | gcc-4bbea25433b26fb34cc286ba96974f23dbe15ccd.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@930 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r-- | gcc/rtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c index 2bd43eb1fb0..dc9e2187a6f 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.c @@ -128,7 +128,7 @@ enum machine_mode word_mode; /* Mode whose width is BITS_PER_WORD */ /* Indexed by rtx code, gives a sequence of operand-types for rtx's of that code. The sequence is a C string in which - each charcter describes one operand. */ + each character describes one operand. */ char *rtx_format[] = { /* "*" undefined. |