diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-06-29 22:15:59 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-06-29 22:15:59 +0000 |
commit | 511d786cc101d882b24264bd7a5602e16c3f8cba (patch) | |
tree | e727f6f5e76ac27830ae0664b97f80a332dba02b /gcc/rtl.h | |
parent | b99b3de2864f1e1d4054937cdbe7b97e6a57faf5 (diff) | |
download | gcc-511d786cc101d882b24264bd7a5602e16c3f8cba.tar.gz |
Comment change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4798 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 72eac9cf880..d6bfac837e5 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -836,7 +836,7 @@ extern rtx virtual_incoming_args_rtx; #define VIRTUAL_INCOMING_ARGS_REGNUM (FIRST_VIRTUAL_REGISTER) -/* If FRAME_GROWS_DOWNWARDS, this points to immediately above the first +/* If FRAME_GROWS_DOWNWARD, this points to immediately above the first variable on the stack. Otherwise, it points to the first variable on the stack. */ |