From 0024f1af57cf835d1cd15cd815d83b1f82db49e9 Mon Sep 17 00:00:00 2001
From: Tobias Burnus <burnus@net-b.de>
Date: Thu, 24 Feb 2011 22:58:06 +0100
Subject: [PATCH] libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.

2011-02-24  Tobias Burnus  <burnus@net-b.de>

        * libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.

From-SVN: r170479
---
 libgomp/ChangeLog    | 4 ++++
 libgomp/libgomp.texi | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 0698fb4d948d..33b4e2c91391 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-24  Tobias Burnus  <burnus@net-b.de>
+
+	* libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.
+
 2011-02-23  Jakub Jelinek  <jakub@redhat.com>
 
 	PR libgomp/47854
diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
index dce6ba87304a..58199437a5fc 100644
--- a/libgomp/libgomp.texi
+++ b/libgomp/libgomp.texi
@@ -1275,7 +1275,7 @@ error is reported and the initial stacksize is left unchanged. If undefined,
 the stack size is system dependent.
 
 @item @emph{See also}:
-@ref{GOMP_STACKSIZE}
+@ref{OMP_STACKSIZE}
 
 @item @emph{Reference}: 
 @uref{http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00493.html, 
-- 
GitLab