Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Typos in comments



details:   https://anonhg.NetBSD.org/src/rev/2a68068316de
branches:  trunk
changeset: 824898:2a68068316de
user:      khorben <khorben%NetBSD.org@localhost>
date:      Thu Jun 22 15:22:16 2017 +0000

description:
Typos in comments

diffstat:

 sys/dev/usb/uvideo.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r fad94386da4e -r 2a68068316de sys/dev/usb/uvideo.c
--- a/sys/dev/usb/uvideo.c      Thu Jun 22 14:20:46 2017 +0000
+++ b/sys/dev/usb/uvideo.c      Thu Jun 22 15:22:16 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvideo.c,v 1.44 2017/06/01 02:45:12 chs Exp $  */
+/*     $NetBSD: uvideo.c,v 1.45 2017/06/22 15:22:16 khorben Exp $      */
 
 /*
  * Copyright (c) 2008 Patrick Mahoney
@@ -42,7 +42,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvideo.c,v 1.44 2017/06/01 02:45:12 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvideo.c,v 1.45 2017/06/22 15:22:16 khorben Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -1929,7 +1929,7 @@
 }
 
 /*
- * uvideo_set_format - TODO: this is boken and does nothing
+ * uvideo_set_format - TODO: this is broken and does nothing
  */
 static int
 uvideo_set_format(void *addr, struct video_format *format)
@@ -2071,7 +2071,7 @@
        struct uvideo_stream *vs;
        int s, err;
 
-       /* FIXME: this functions should be stream specific */
+       /* FIXME: this function should be stream specific */
        vs = SLIST_FIRST(&sc->sc_stream_list);
        s = splusb();
        err = uvideo_stream_start_xfer(vs);



Home | Main Index | Thread Index | Old Index