From 71dd2d73a680b851f19dbdae81f454810ef94305 Mon Sep 17 00:00:00 2001 From: augustss Date: Wed, 2 Jan 2002 03:47:35 +0000 Subject: [PATCH] Fix typos. --- sys/dev/usb/udsbr.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/sys/dev/usb/udsbr.c b/sys/dev/usb/udsbr.c index e70254f62d7a..088783614c4c 100644 --- a/sys/dev/usb/udsbr.c +++ b/sys/dev/usb/udsbr.c @@ -1,12 +1,11 @@ -/* $NetBSD: udsbr.c,v 1.2 2002/01/02 03:44:56 augustss Exp $ */ +/* $NetBSD: udsbr.c,v 1.3 2002/01/02 03:47:35 augustss Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation - * by Lennart Augustsson (lennart@augustsson.net) at - * Carlstedt Research & Technology. + * by Lennart Augustsson (lennart@augustsson.net). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -39,14 +38,14 @@ /* * Driver for the D-Link DSB-R100 FM radio. - * I apologize for the magix hex constants, but this is what happens + * I apologize for the magic hex constants, but this is what happens * when you have to reverse engineer the driver. * Parts of the code borrowed from Linux and parts from Warner Losh's * FreeBSD driver. */ #include -__KERNEL_RCSID(0, "$NetBSD: udsbr.c,v 1.2 2002/01/02 03:44:56 augustss Exp $"); +__KERNEL_RCSID(0, "$NetBSD: udsbr.c,v 1.3 2002/01/02 03:47:35 augustss Exp $"); #include #include