Source-Changes-HG archive

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

[src/jmcneill-usbmp]: src/sys/dev/ic fix a comment



details:   https://anonhg.NetBSD.org/src/rev/71622a79af8d
branches:  jmcneill-usbmp
changeset: 771836:71622a79af8d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Mar 12 04:11:34 2012 +0000

description:
fix a comment

diffstat:

 sys/dev/ic/sl811hs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8e08b4991def -r 71622a79af8d sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Sun Mar 11 01:52:18 2012 +0000
+++ b/sys/dev/ic/sl811hs.c      Mon Mar 12 04:11:34 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sl811hs.c,v 1.31.2.3 2012/03/11 01:52:27 mrg Exp $     */
+/*     $NetBSD: sl811hs.c,v 1.31.2.4 2012/03/12 04:11:34 mrg Exp $     */
 
 /*
  * Not (c) 2007 Matthew Orgass
@@ -84,7 +84,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.31.2.3 2012/03/11 01:52:27 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.31.2.4 2012/03/12 04:11:34 mrg Exp $");
 
 #include "opt_slhci.h"
 
@@ -694,7 +694,7 @@
        slhci_freem,
        slhci_allocx,
        slhci_freex,
-       NULL, /* slhci_get_locks */
+       NULL, /* slhci_get_lock */
 };
 
 const struct usbd_pipe_methods slhci_pipe_methods = {



Home | Main Index | Thread Index | Old Index