diff options
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. |