diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-16 18:32:35 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-16 18:32:35 +0000 |
commit | 88a7f85fdfa0eaa44cd2cadcb2437138a9ab9f9d (patch) | |
tree | 11b5c7c167703f34d0ee7ac4807ca6253af65562 /sys | |
parent | e7e27af5bfad6506d6820465adc4cbd902970b6d (diff) |
Typos in comments.
From Alexander Yurchenko <grange@rt.mipt.ru>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/neo.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/neo.c b/sys/dev/pci/neo.c index 0b1de40b593..3b0311bf32c 100644 --- a/sys/dev/pci/neo.c +++ b/sys/dev/pci/neo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: neo.c,v 1.8 2001/08/25 10:13:30 art Exp $ */ +/* $OpenBSD: neo.c,v 1.9 2001/09/16 18:32:34 art Exp $ */ /* * Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk> @@ -22,9 +22,9 @@ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHERIN CONTRACT, STRICT + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * $FreeBSD: src/sys/dev/sound/pci/neomagic.c,v 1.8 2000/03/20 15:30:50 cg Exp $ @@ -73,7 +73,7 @@ * * The Neomagic 256 AV/ZX have 2 PCI I/O region descriptors. Both of * them describe a memory region. The frame buffer is the first region - * and the register set is the secodn region. + * and the register set is the second region. * * The register manipulation logic is taken from the Linux driver, * which is in the public domain. |