Module Name:    src
Committed By:   skrll
Date:           Thu Apr  2 11:52:41 UTC 2020

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

Log Message:
Tweak a comment in previous


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/usb/xhcivar.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/xhcivar.h
diff -u src/sys/dev/usb/xhcivar.h:1.12 src/sys/dev/usb/xhcivar.h:1.13
--- src/sys/dev/usb/xhcivar.h:1.12	Thu Apr  2 11:37:23 2020
+++ src/sys/dev/usb/xhcivar.h	Thu Apr  2 11:52:41 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: xhcivar.h,v 1.12 2020/04/02 11:37:23 skrll Exp $	*/
+/*	$NetBSD: xhcivar.h,v 1.13 2020/04/02 11:52:41 skrll Exp $	*/
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -72,7 +72,7 @@ struct xhci_slot {
 	usb_dma_t xs_dc_dma;		/* device context page */
 	usb_dma_t xs_ic_dma;		/* input context page */
 	struct xhci_ring *xs_xr[XHCI_MAX_DCI + 1];
-					/* transfer ring */
+					/* transfer rings */
 	u_int xs_idx;			/* slot index */
 };
 

Reply via email to