diff options
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index 60022eb63a4..6854cf66a97 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -335,7 +335,7 @@ initialize_for_inline (fndecl, min_labelno, max_labelno, max_reg, copy) the value of current_function_outgoing_args_size, the original argument vector, the original DECL_INITIAL, - and pointers to the table of psuedo regs, pointer flags, and alignment. */ + and pointers to the table of pseudo regs, pointer flags, and alignment. */ return gen_inline_header_rtx (NULL_RTX, NULL_RTX, min_labelno, max_labelno, max_parm_reg, max_reg, |