Fix an error message to not point to @xfree86.org.

This commit is contained in:
Adam Jackson 2007-08-21 10:44:37 -04:00
parent 265a633cf1
commit 1834cfb447

View File

@ -411,7 +411,7 @@ xf86OSInitVidMem(VidMemInfoPtr pVidMem)
# ifndef JENSEN_SUPPORT # ifndef JENSEN_SUPPORT
FatalError("Jensen is not supported any more\n" FatalError("Jensen is not supported any more\n"
"If you are intereseted in fixing Jensen support\n" "If you are intereseted in fixing Jensen support\n"
"please contact xfree86@xfree86.org\n"); "please contact xorg@lists.freedesktop.org\n");
# else # else
xf86Msg(X_INFO,"Machine type is Jensen\n"); xf86Msg(X_INFO,"Machine type is Jensen\n");
pVidMem->mapMem = mapVidMemJensen; pVidMem->mapMem = mapVidMemJensen;