From eb2d0fd5f2c9ca193078f6a0271fedee078be41f Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 11 Jun 2001 12:51:59 -0700 Subject: [PATCH] Fix typo in comment. From-SVN: r43211 --- gcc/config/alpha/osf5.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/alpha/osf5.h b/gcc/config/alpha/osf5.h index 9599d764bd1..c832c574188 100644 --- a/gcc/config/alpha/osf5.h +++ b/gcc/config/alpha/osf5.h @@ -48,7 +48,7 @@ #define ASM_OLDAS_SPEC "-oldas -c" /* The linker appears to perform invalid code optimizations that result - in the ldgp emitted for the exception_receiver pattern being incorrctly + in the ldgp emitted for the exception_receiver pattern being incorrectly linked. */ #undef TARGET_LD_BUGGY_LDGP #define TARGET_LD_BUGGY_LDGP 1 -- 2.30.2