Module Name:    src
Committed By:   jakllsch
Date:           Tue Dec 13 21:13:16 UTC 2022

Modified Files:
        src/sys/dev/usb: ehci.c

Log Message:
"periodic frame list", not "period frame list" in comments


To generate a diff of this commit:
cvs rdiff -u -r1.312 -r1.313 src/sys/dev/usb/ehci.c

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/ehci.c
diff -u src/sys/dev/usb/ehci.c:1.312 src/sys/dev/usb/ehci.c:1.313
--- src/sys/dev/usb/ehci.c:1.312	Tue Dec 13 21:11:00 2022
+++ src/sys/dev/usb/ehci.c	Tue Dec 13 21:13:16 2022
@@ -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
 	 * 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_xf
 
 	/*
 	 * 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 */

Reply via email to