kern/75923: [PATCH] joystick.h comment typo

Matthew D.Fuller fullermd at over-yonder.net
Fri Jan 7 09:50:29 PST 2005


>Number:         75923
>Category:       kern
>Synopsis:       [PATCH] joystick.h comment typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 07 17:50:27 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Matthew D. Fuller
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD mortis.sighup.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Nov 20 10:24:06 CST 2004 fullermd at mortis:/usr/obj/usr/src/sys/MORTIS i386


	
>Description:
	Typo in comment in joystick.h, which is really just sitting around
	minding its own business, but I thought I'd smack it around just for
	kicks.

>How-To-Repeat:
	
>Fix:

Index: joystick.h
===================================================================
RCS file: /usr/cvs/src/sys/sys/joystick.h,v
retrieving revision 1.5
diff -u -r1.5 joystick.h
--- joystick.h	2 Jun 2002 20:05:56 -0000	1.5
+++ joystick.h	7 Jan 2005 17:25:10 -0000
@@ -43,7 +43,7 @@
 #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 */
 
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list