diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-04-17 01:52:26 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-04-17 01:52:26 -0600 |
commit | 45bb86fdcf913a6b3a1964f84a98b78d0f14cae1 (patch) | |
tree | dee900da92d00d7c4d0fc8f970d03007f2293aa5 /gcc/md.texi | |
parent | ac546323230fbdd32298e3886b37d5039a0df145 (diff) | |
download | gcc-45bb86fdcf913a6b3a1964f84a98b78d0f14cae1.zip gcc-45bb86fdcf913a6b3a1964f84a98b78d0f14cae1.tar.gz gcc-45bb86fdcf913a6b3a1964f84a98b78d0f14cae1.tar.bz2 |
Typo fix from mrs.
From-SVN: r19258
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 e9d4e83..7a8ecdc 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 |