diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-12-16 22:23:01 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-12-16 22:23:01 +0000 |
| commit | cb2d65aaf95ef155c18bc0a4dec0b29a94f512c5 (patch) | |
| tree | a3886e09b0f1ae36f56841748c8f2c92159f9339 /sys/dev | |
| parent | 23dfa29697c269d0d3eeb7e45237425d24833059 (diff) | |
Fix a minor typo.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pucdata.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index d9eb2aadf0d..ab146bed188 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $NetBSD: pucdata.c,v 1.24 2001/12/16 22:22:04 thorpej Exp $ */ +/* $NetBSD: pucdata.c,v 1.25 2001/12/16 22:23:01 thorpej Exp $ */ /* * Copyright (c) 1998, 1999 Christopher G. Demetriou. All rights reserved. @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.24 2001/12/16 22:22:04 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.25 2001/12/16 22:23:01 thorpej Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -692,7 +692,7 @@ const struct puc_device_description puc_devices[] = { * This is the Middle Digital, Inc. PCI-Weasel, which * uses a PCI interface implemented in FPGA. */ - { "Middle Digital, Inc. Weasel Serial port", + { "Middle Digital, Inc. Weasel serial port", { 0xdeaf, 0x9051, 0, 0 }, { 0xffff, 0xffff, 0, 0 }, { |
