summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2010-08-29 13:59:30 +0200
committerMatthieu Herrb <matthieu.herrb@laas.fr>2010-08-29 14:00:01 +0200
commit9cfd9c25098604924dfddd111c54dafb059794c1 (patch)
tree990f4ffbdf23e69e11afd5883c8205db1c31b6b6
parent87232d36fc06adc64e034d5fb38eb43cc1ac7b39 (diff)
replace XF86Config -> xorg.conf in a comment.
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
-rw-r--r--src/wsfb_driver.c2
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");