summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-03-26 11:39:55 +1000
committerJason Gerecke <killertofu@gmail.com>2013-04-10 08:52:45 -0700
commitdfe4d23ef30db20e726605599c1c6bed2aa20a3a (patch)
treed386d35ad21e4d3b044abcb6e13faa9842b66f0f
parentad952fe2800c875b2f0b4663358d454d793ce57f (diff)
downloadxf86-input-wacom-dfe4d23ef30db20e726605599c1c6bed2aa20a3a.tar.gz
Correct comment for Sample and Suppress property
The data in the property is actually the other way round. Oops. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--include/wacom-properties.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wacom-properties.h b/include/wacom-properties.h
index 5565a85..dd7e7f3 100644
--- a/include/wacom-properties.h
+++ b/include/wacom-properties.h
@@ -72,7 +72,7 @@
/* 32 bit, 1 value */
#define WACOM_PROP_PRESSURE_THRESHOLD "Wacom Pressure Threshold"
-/* 32 bit, 2 values, sample, suppress */
+/* 32 bit, 2 values, suppress, sample */
#define WACOM_PROP_SAMPLE "Wacom Sample and Suppress"
/* BOOL, 1 value */