From 554ee4a743906672266e6242af731cfd8b3a816a Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Tue, 3 Nov 2009 21:50:09 +0000
Subject: [PATCH] fix broken link
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85951 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 95866dd6252..5a5a01ae836 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -1058,7 +1058,7 @@ there isn't already one.
LLVM will not correctly compile on Solaris and/or OpenSolaris
using the stock GCC 3.x.x series 'out the box',
-See: Broken versions of GCC and other tools.
+See: Broken versions of GCC and other tools.
However, A Modern GCC Build
for x86/x86-64 has been made available from the third party AuroraUX Project
that has been meticulously tested for bootstrapping LLVM & Clang.