Date: Fri, 7 Jan 2005 11:40:37 -0600 (CST) From: "Matthew D.Fuller" <fullermd@over-yonder.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/75923: [PATCH] joystick.h comment typo Message-ID: <20050107174037.EE78420FA8@mortis.over-yonder.net> Resent-Message-ID: <200501071750.j07HoR3X072786@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050107174037.EE78420FA8>