Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb fix grammar in comment
details: https://anonhg.NetBSD.org/src/rev/b745c234e63b
branches: trunk
changeset: 372630:b745c234e63b
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Tue Dec 13 21:29:04 2022 +0000
description:
fix grammar in comment
diffstat:
sys/dev/usb/ehci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7b0f5fba51ba -r b745c234e63b sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Tue Dec 13 21:25:10 2022 +0000
+++ b/sys/dev/usb/ehci.c Tue Dec 13 21:29:04 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.314 2022/12/13 21:25:10 jakllsch Exp $ */
+/* $NetBSD: ehci.c,v 1.315 2022/12/13 21:29:04 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.314 2022/12/13 21:25:10 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.315 2022/12/13 21:29:04 jakllsch Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -4497,7 +4497,7 @@
if (frindex >= sc->sc_flsize)
frindex &= (sc->sc_flsize - 1);
- /* Whats the frame interval? */
+ /* What's the frame interval? */
i = epipe->pipe.up_endpoint->ue_edesc->bInterval;
for (sitd = exfer->ex_sitdstart, j = 0; j < frames;
Home |
Main Index |
Thread Index |
Old Index