mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct typos.
PR: kern/50619 Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk> MFC after: 3 days
This commit is contained in:
parent
91d7dc23c1
commit
13b051bb51
1 changed files with 2 additions and 2 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue