Module Name:    src
Committed By:   jakllsch
Date:           Tue Apr 24 17:16:43 UTC 2012

Modified Files:
        src/sys/dev/usb: usbdi.h

Log Message:
keep "keep in sync" comment in sync with reality


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/dev/usb/usbdi.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/usbdi.h
diff -u src/sys/dev/usb/usbdi.h:1.81 src/sys/dev/usb/usbdi.h:1.82
--- src/sys/dev/usb/usbdi.h:1.81	Fri Feb 24 06:48:28 2012
+++ src/sys/dev/usb/usbdi.h	Tue Apr 24 17:16:42 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: usbdi.h,v 1.81 2012/02/24 06:48:28 mrg Exp $	*/
+/*	$NetBSD: usbdi.h,v 1.82 2012/04/24 17:16:42 jakllsch Exp $	*/
 /*	$FreeBSD: src/sys/dev/usb/usbdi.h,v 1.18 1999/11/17 22:33:49 n_hibma Exp $	*/
 
 /*
@@ -41,7 +41,7 @@ typedef struct usbd_pipe	*usbd_pipe_hand
 typedef struct usbd_xfer	*usbd_xfer_handle;
 typedef void			*usbd_private_handle;
 
-typedef enum {		/* keep in sync with usbd_status_msgs */
+typedef enum {		/* keep in sync with usbd_error_strs */
 	USBD_NORMAL_COMPLETION = 0, /* must be 0 */
 	USBD_IN_PROGRESS,	/* 1 */
 	/* errors */

Reply via email to