diff options
author | Felix Kronlage <fkr@cvs.openbsd.org> | 2007-05-13 12:17:31 +0000 |
---|---|---|
committer | Felix Kronlage <fkr@cvs.openbsd.org> | 2007-05-13 12:17:31 +0000 |
commit | aec4b8870d2737c52eb3b3a05176afb71826dcde (patch) | |
tree | 27c6dde6be8a2c7e58c90f9cc1f718ff0ce893b4 /sys | |
parent | eb8cc7e4b4fe5224d51355e947eb1cc534e8bbf1 (diff) |
sync comment with reality
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/umsm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/umsm.c b/sys/dev/usb/umsm.c index 9a970fb1f1c..13b16f3365a 100644 --- a/sys/dev/usb/umsm.c +++ b/sys/dev/usb/umsm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: umsm.c,v 1.7 2007/05/03 09:45:03 jsg Exp $ */ +/* $OpenBSD: umsm.c,v 1.8 2007/05/13 12:17:30 fkr Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -16,7 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* Driver for Qualcomm MSM EVDO devices */ +/* Driver for Qualcomm MSM EVDO and UMTS communication devices */ #include <sys/param.h> #include <sys/systm.h> |