Correct the xf86EdidModes.c file description.

This commit is contained in:
Eric Anholt 2007-07-02 11:36:11 -07:00
parent 3de1f0d03b
commit 667e95f2e8

View File

@ -22,8 +22,9 @@
*/
/**
* @file This is a copy of edid_modes.c from the X Server, for compatibility
* with old X Servers.
* @file This file covers code to convert a xf86MonPtr containing EDID-probed
* information into a list of modes, including applying monitor-specific
* quirks to fix broken EDID data.
*/
#ifdef HAVE_XORG_CONFIG_H
#include <xorg-config.h>