From 45bb86fdcf913a6b3a1964f84a98b78d0f14cae1 Mon Sep 17 00:00:00 2001
From: Jeff Law <law@gcc.gnu.org>
Date: Fri, 17 Apr 1998 01:52:26 -0600
Subject: [PATCH] Typo fix from mrs.

From-SVN: r19258
---
 gcc/md.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/md.texi b/gcc/md.texi
index e9d4e83e637c..7a8ecdced64a 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
-- 
GitLab