Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb fix tpyo
details: https://anonhg.NetBSD.org/src/rev/63cc8714b71c
branches: trunk
changeset: 353682:63cc8714b71c
user: macallan <macallan%NetBSD.org@localhost>
date: Wed May 17 14:15:29 2017 +0000
description:
fix tpyo
diffstat:
sys/dev/usb/uts.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 061c02a77d34 -r 63cc8714b71c sys/dev/usb/uts.c
--- a/sys/dev/usb/uts.c Wed May 17 12:46:14 2017 +0000
+++ b/sys/dev/usb/uts.c Wed May 17 14:15:29 2017 +0000
@@ -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 @@
* 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");
Home |
Main Index |
Thread Index |
Old Index