summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gudev/gudevdevice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gudev/gudevdevice.c b/gudev/gudevdevice.c
index 27ffc52..9135a38 100644
--- a/gudev/gudevdevice.c
+++ b/gudev/gudevdevice.c
@@ -613,7 +613,7 @@ out:
*
* Look up the value for @key on @device and convert it to an
* boolean. This is done by doing a case-insensitive string comparison
- * on the string value against "1", "true", "Y" and "y".
+ * on the string value against "1" and "true".
*
* Returns: The value for @key or %FALSE if @key doesn't exist or
* isn't a #gboolean.