Module Name: src
Committed By: macallan
Date: Wed May 17 14:15:29 UTC 2017
Modified Files:
src/sys/dev/usb: uts.c
Log Message:
fix tpyo
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/uts.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/uts.c
diff -u src/sys/dev/usb/uts.c:1.6 src/sys/dev/usb/uts.c:1.7
--- src/sys/dev/usb/uts.c:1.6 Thu Apr 6 20:06:44 2017
+++ src/sys/dev/usb/uts.c Wed May 17 14:15:29 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: uts.c,v 1.6 2017/04/06 20:06:44 macallan Exp $ */
+/* $NetBSD: uts.c,v 1.7 2017/05/17 14:15:29 macallan Exp $ */
/*
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uts.c,v 1.6 2017/04/06 20:06:44 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uts.c,v 1.7 2017/05/17 14:15:29 macallan Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -212,7 +212,7 @@ uts_attach(device_t parent, device_t sel
* valid data
*/
aprint_debug_dev(sc->sc_hdev.sc_dev,
- "ELAN touchscreen found, workinmg around bug.\n");
+ "ELAN touchscreen found, working around bug.\n");
} else {
aprint_error_dev(sc->sc_hdev.sc_dev,
"touchscreen has no range report\n");