diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-17 07:52:26 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-17 07:52:26 +0000 |
commit | 0d51c437c7f9819848f6e0196924216ffa140a46 (patch) | |
tree | dee900da92d00d7c4d0fc8f970d03007f2293aa5 /gcc/md.texi | |
parent | bd3b72d279f1a87ae4e552b41b713dbfb4d5bf36 (diff) | |
download | gcc-0d51c437c7f9819848f6e0196924216ffa140a46.tar.gz |
Typo fix from mrs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19258 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/md.texi')
-rw-r--r-- | gcc/md.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/md.texi b/gcc/md.texi index e9d4e83e637..7a8ecdced64 100644 --- a/gcc/md.texi +++ b/gcc/md.texi @@ -2451,7 +2451,7 @@ limit from a global or thread-specific variable or register. Emit code to generate a non-local goto, e.g., a jump from one function to a label in an outer function. This pattern has four arguments, each representing a value to be used in the jump. The first -argument is to be loadedd into the frame pointer, the second is +argument is to be loaded into the frame pointer, the second is the address to branch to (code to dispatch to the actual label), the third is the address of a location where the stack is saved, and the last is the address of the label, to be placed in the |