Module Name: src Committed By: skrll Date: Tue Jan 22 06:38:28 UTC 2019
Modified Files: src/sys/dev/usb: ulpt.c Log Message: Fix two comments To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/sys/dev/usb/ulpt.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/ulpt.c diff -u src/sys/dev/usb/ulpt.c:1.100 src/sys/dev/usb/ulpt.c:1.101 --- src/sys/dev/usb/ulpt.c:1.100 Mon Sep 3 16:29:34 2018 +++ src/sys/dev/usb/ulpt.c Tue Jan 22 06:38:28 2019 @@ -1,4 +1,4 @@ -/* $NetBSD: ulpt.c,v 1.100 2018/09/03 16:29:34 riastradh Exp $ */ +/* $NetBSD: ulpt.c,v 1.101 2019/01/22 06:38:28 skrll Exp $ */ /* * Copyright (c) 1998, 2003 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ulpt.c,v 1.100 2018/09/03 16:29:34 riastradh Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ulpt.c,v 1.101 2019/01/22 06:38:28 skrll Exp $"); #ifdef _KERNEL_OPT #include "opt_usb.h" @@ -704,7 +704,7 @@ ulpt_do_read(struct ulpt_softc *sc, stru } /* - * XXX Even with the short timeout, this will tsleep, + * XXX Even with the short timeout, this will sleep, * but it should be adequately prompt in practice. */ n = nreq; @@ -748,7 +748,7 @@ ulpt_do_read(struct ulpt_softc *sc, stru case USBD_INTERRUPTED: /* - * The tsleep in usbd_bulk_transfer was + * The sleep in usbd_bulk_transfer was * interrupted. Reflect it to the caller so * that reading can be interrupted. */