xserver: Branch 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Sep 14 01:40:45 EEST 2006


 hw/xfree86/parser/Monitor.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 0a62840e2ce25e5c2554e7e5ab4c9c5b96899e2d (from 182e5e0f4ba4c98a34bc52bdf4032ba315fe80ad)
Author: Bill Nottingham <notting at redhat.com>
Date:   Wed Sep 13 15:40:23 2006 -0700

    Bug 7641: fix comment written to Xorg.conf (s/VertSync/VertRefresh/)
    
    X.Org Bugzilla #7641 <https://bugs.freedesktop.org/show_bug.cgi?id=7641>
    Patch #6349 <https://bugs.freedesktop.org/attachment.cgi?id=6349>

diff --git a/hw/xfree86/parser/Monitor.c b/hw/xfree86/parser/Monitor.c
index 4a85750..9dd0b1b 100644
--- a/hw/xfree86/parser/Monitor.c
+++ b/hw/xfree86/parser/Monitor.c
@@ -675,7 +675,7 @@ xf86printMonitorSection (FILE * cf, XF86
 					 ptr->mon_width,
 					 ptr->mon_height);
 		if ( ptr->mon_n_hsync || ptr->mon_n_vrefresh )
-		    fprintf(cf," ### Comment all HorizSync and VertSync values to use DDC:\n");
+		    fprintf(cf," ### Comment all HorizSync and VertRefresh values to use DDC:\n");
 		for (i = 0; i < ptr->mon_n_hsync; i++)
 		{
 			fprintf (cf, "\tHorizSync    %2.1f - %2.1f\n",



More information about the xorg-commit mailing list