summaryrefslogtreecommitdiffstats
path: root/sys/sys/joystick.h
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-01-07 19:31:43 +0000
committerkeramida <keramida@FreeBSD.org>2005-01-07 19:31:43 +0000
commitb7717ebc5c7132a9dbfd173a6b6e048c7b3a47a3 (patch)
treebafbf6ed5d7eb38ef6137fcedc8f8d86e1277098 /sys/sys/joystick.h
parent0e5c952f880c4c15cd8a3cf56719e8e31c37380f (diff)
downloadFreeBSD-src-b7717ebc5c7132a9dbfd173a6b6e048c7b3a47a3.zip
FreeBSD-src-b7717ebc5c7132a9dbfd173a6b6e048c7b3a47a3.tar.gz
Comment typo.
PR: kern/75923 Submitted by: Matthew D. Fuller <fullermd@over-yonder.net>
Diffstat (limited to 'sys/sys/joystick.h')
-rw-r--r--sys/sys/joystick.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/joystick.h b/sys/sys/joystick.h
index 5afe82c..6f2eb5b 100644
--- a/sys/sys/joystick.h
+++ b/sys/sys/joystick.h
@@ -43,7 +43,7 @@ struct joystick {
#define JOY_SETTIMEOUT _IOW('J', 1, int) /* set timeout */
#define JOY_GETTIMEOUT _IOR('J', 2, int) /* get timeout */
#define JOY_SET_X_OFFSET _IOW('J', 3, int) /* set offset on X-axis */
-#define JOY_SET_Y_OFFSET _IOW('J', 4, int) /* set offset on X-axis */
+#define JOY_SET_Y_OFFSET _IOW('J', 4, int) /* set offset on Y-axis */
#define JOY_GET_X_OFFSET _IOR('J', 5, int) /* get offset on X-axis */
#define JOY_GET_Y_OFFSET _IOR('J', 6, int) /* get offset on Y-axis */
OpenPOWER on IntegriCloud