[PATCH xf86-video-wsfb 1/4] replace XF86Config -> xorg.conf in a comment.

Matthieu Herrb matthieu.herrb at laas.fr
Sun Aug 29 05:55:04 PDT 2010


Signed-off-by: Matthieu Herrb <matthieu.herrb at laas.fr>
---
 src/wsfb_driver.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/wsfb_driver.c b/src/wsfb_driver.c
index 0e4b88d..c4e48a7 100644
--- a/src/wsfb_driver.c
+++ b/src/wsfb_driver.c
@@ -298,7 +298,7 @@ wsfb_open(char *dev)
 {
 	int fd = -1;
 
-	/* Try argument from XF86Config first. */
+	/* Try argument from xorg.conf first. */
 	if (dev == NULL || ((fd = priv_open_device(dev)) == -1)) {
 		/* Second: environment variable. */
 		dev = getenv("XDEVICE");
-- 
1.7.0.5



More information about the xorg-devel mailing list