From 13b051bb5178f43a29da96b98cb74ec332405f1e Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Mon, 7 Apr 2003 09:42:45 +0000 Subject: [PATCH] Correct typos. PR: kern/50619 Submitted by: Gavin Atkinson MFC after: 3 days --- sys/dev/puc/pucdata.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 3653d548c46..faed396af0b 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -857,7 +857,7 @@ const struct puc_device_description puc_devices[] = { */ /* Oxford Semiconductor OX16PCI954 PCI UARTs */ - { "Qxford Semiconductor OX16PCI954 UARTs", + { "Oxford Semiconductor OX16PCI954 UARTs", NULL, { 0x1415, 0x9501, 0, 0 }, { 0xffff, 0xffff, 0, 0 }, @@ -870,7 +870,7 @@ const struct puc_device_description puc_devices[] = { }, /* Oxford Semiconductor OX16PCI954 PCI Parallel port */ - { "Qxford Semiconductor OX16PCI954 Parallel port", + { "Oxford Semiconductor OX16PCI954 Parallel port", NULL, { 0x1415, 0x9513, 0, 0 }, { 0xffff, 0xffff, 0, 0 },