diff options
Diffstat (limited to 'gcc/config/pdp11/pdp11.h')
-rw-r--r-- | gcc/config/pdp11/pdp11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 2850fc2..a8e8d4d 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -441,7 +441,7 @@ extern int current_first_parm_offset; For the pdp11, this is nonzero to account for the return address. 1 - return address 2 - frame pointer (always saved, even when not used!!!!) - -- chnage some day !!!:q! + -- change some day !!!:q! */ #define FIRST_PARM_OFFSET(FNDECL) 4 |