diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-09 16:39:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-09 16:39:56 +0000 |
commit | 4baeb652ee6f8f574ef270a7a314285b4e442dee (patch) | |
tree | 92b97f1b9378ad52bc7a72258ba0ea88f59c4f77 /sys/arch/i386 | |
parent | 325dadbe3793b7be2071ac3837627f68a96e6856 (diff) |
typo in comment; ok many people
from freebsd kern/75923;
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/include/joystick.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/joystick.h b/sys/arch/i386/include/joystick.h index 1447d7adf6c..a2406a2f492 100644 --- a/sys/arch/i386/include/joystick.h +++ b/sys/arch/i386/include/joystick.h @@ -1,4 +1,4 @@ -/* $OpenBSD: joystick.h,v 1.4 1997/09/16 07:52:33 deraadt Exp $ */ +/* $OpenBSD: joystick.h,v 1.5 2005/01/09 16:39:55 jmc Exp $ */ /* $NetBSD: joystick.h,v 1.1 1996/03/27 19:18:56 perry Exp $ */ #ifndef _JOY_IOCTL_H_ @@ -16,7 +16,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 */ |