From owner-freebsd-bugs@FreeBSD.ORG Fri Jan 7 17:50:29 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0008616A4D4 for ; Fri, 7 Jan 2005 17:50:28 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 185BE43D7B for ; Fri, 7 Jan 2005 17:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j07HoRS9072787 for ; Fri, 7 Jan 2005 17:50:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j07HoR3X072786; Fri, 7 Jan 2005 17:50:27 GMT (envelope-from gnats) Resent-Date: Fri, 7 Jan 2005 17:50:27 GMT Resent-Message-Id: <200501071750.j07HoR3X072786@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Matthew D.Fuller" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A3D416A4E0 for ; Fri, 7 Jan 2005 17:40:40 +0000 (GMT) Received: from mortis.over-yonder.net (adsl-222-118-210.jan.bellsouth.net [68.222.118.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B66743D1F for ; Fri, 7 Jan 2005 17:40:39 +0000 (GMT) (envelope-from fullermd@over-yonder.net) Received: by mortis.over-yonder.net (Postfix, from userid 100) id EE78420FA8; Fri, 7 Jan 2005 11:40:37 -0600 (CST) Message-Id: <20050107174037.EE78420FA8@mortis.over-yonder.net> Date: Fri, 7 Jan 2005 11:40:37 -0600 (CST) From: "Matthew D.Fuller" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/75923: [PATCH] joystick.h comment typo X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Matthew D.Fuller" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jan 2005 17:50:29 -0000 >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: