From e48223d3b9166123df7bab2aaebc632bfdeabb43 Mon Sep 17 00:00:00 2001 From: jakllsch Date: Tue, 24 Apr 2012 17:16:42 +0000 Subject: [PATCH] keep "keep in sync" comment in sync with reality --- sys/dev/usb/usbdi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/usb/usbdi.h b/sys/dev/usb/usbdi.h index 473483ec8803..61cc452ad39e 100644 --- a/sys/dev/usb/usbdi.h +++ b/sys/dev/usb/usbdi.h @@ -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_handle; 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 */