[PATCH 1/5] xfree86: Fix a comment, the old function doesn't exist anymore
Peter Hutterer
peter.hutterer at who-t.net
Wed Aug 10 20:03:10 PDT 2011
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
hw/xfree86/common/xf86Option.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/hw/xfree86/common/xf86Option.c b/hw/xfree86/common/xf86Option.c
index a3a836f..feef9fc 100644
--- a/hw/xfree86/common/xf86Option.c
+++ b/hw/xfree86/common/xf86Option.c
@@ -297,7 +297,7 @@ xf86CheckPercentOption(pointer optlist, const char *name, double deflt)
return LookupPercentOption(optlist, name, deflt, FALSE);
}
/*
- * addNewOption() has the required property of replacing the option value
+ * xf86AddNewOption() has the required property of replacing the option value
* if the option is already present.
*/
pointer
--
1.7.6
More information about the xorg-devel
mailing list