diff options
| author | jakllsch <jakllsch@NetBSD.org> | 2022-12-13 21:13:16 +0000 |
|---|---|---|
| committer | jakllsch <jakllsch@NetBSD.org> | 2022-12-13 21:13:16 +0000 |
| commit | cc104b6065f7ce8740df712561f2fd6a8853c1b0 (patch) | |
| tree | 665abc9846b03fa4d9a4449fec6e69ccf4166fa2 /sys/dev/usb | |
| parent | 09018ca377cb3b166a9d037ef2ca9e5608af5bd4 (diff) | |
"periodic frame list", not "period frame list" in comments
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/ehci.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index c99394b3518..31867bc9948 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -1,4 +1,4 @@ -/* $NetBSD: ehci.c,v 1.312 2022/12/13 21:11:00 jakllsch Exp $ */ +/* $NetBSD: ehci.c,v 1.313 2022/12/13 21:13:16 jakllsch Exp $ */ /* * Copyright (c) 2004-2012,2016,2020 The NetBSD Foundation, Inc. @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.312 2022/12/13 21:11:00 jakllsch Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.313 2022/12/13 21:13:16 jakllsch Exp $"); #include "ohci.h" #include "uhci.h" @@ -4483,7 +4483,7 @@ ehci_device_fs_isoc_transfer(struct usbd_xfer *xfer) * Part 2: Transfer descriptors have now been set up, now they must * be scheduled into the periodic frame list. Erk. Not wanting to * complicate matters, transfer is denied if the transfer spans - * more than the period frame list. + * more than the periodic frame list. */ /* Start inserting frames */ @@ -4858,9 +4858,9 @@ ehci_device_isoc_transfer(struct usbd_xfer *xfer) /* * Part 2: Transfer descriptors have now been set up, now they must - * be scheduled into the period frame list. Erk. Not wanting to + * be scheduled into the periodic frame list. Erk. Not wanting to * complicate matters, transfer is denied if the transfer spans - * more than the period frame list. + * more than the periodic frame list. */ /* Start inserting frames */ |
