Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/usb/ucom.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/ucom.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.75.4.2 retrieving revision 1.75.4.3 diff -u -p -r1.75.4.2 -r1.75.4.3 --- src/sys/dev/usb/ucom.c 2009/05/04 08:13:21 1.75.4.2 +++ src/sys/dev/usb/ucom.c 2009/08/19 18:47:21 1.75.4.3 @@ -1,4 +1,4 @@ -/* $NetBSD: ucom.c,v 1.75.4.2 2009/05/04 08:13:21 yamt Exp $ */ +/* $NetBSD: ucom.c,v 1.75.4.3 2009/08/19 18:47:21 yamt Exp $ */ /* * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. @@ -34,7 +34,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ucom.c,v 1.75.4.2 2009/05/04 08:13:21 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ucom.c,v 1.75.4.3 2009/08/19 18:47:21 yamt Exp $"); #include #include @@ -1086,7 +1086,7 @@ ucomreadcb(usbd_xfer_handle xfer, usbd_p err = ucomstartread(sc); if (err) { aprint_error_dev(sc->sc_dev, "read start failed\n"); - /* XXX what should we dow now? */ + /* XXX what should we do now? */ } }