---
 winsup/doc/dll.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/winsup/doc/dll.xml b/winsup/doc/dll.xml
index f0369760f0ea..5cee0b708ead 100644
--- a/winsup/doc/dll.xml
+++ b/winsup/doc/dll.xml
@@ -103,8 +103,9 @@ you will probably want to use the complete syntax:</para>
 The name of your library is <literal>${module}</literal>, prefixed with
 <literal>cyg</literal> for the DLL and <literal>lib</literal> for the
 import library. Cygwin DLLs use the <literal>cyg</literal> prefix to 
-differentiate them from native-Windows MinGW DLLs, see 
-<ulink url="http://mingw.org";>the MinGW website</ulink> for more details.
+differentiate them from native-Windows MinGW-w64 DLLs, see the 
+<ulink url="http://mingw-w64.org";>GCC for Windows 64 &amp; 32 bits</ulink>
+website for more details.
 <literal>${old_libs}</literal> are all
 your object files, bundled together in static libs or single object
 files and the <literal>${dependency_libs}</literal> are import libs you 

Reply via email to