diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-20 23:43:06 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-20 23:43:06 +0000 |
commit | be8574a19cef3002c2d9041596bcf8fa3570d218 (patch) | |
tree | cb529c6a860ac7d071065ece7717b39f009db418 | |
parent | 9e5afbff93158970863cc087ea543fc33b53c933 (diff) |
Fix typo.
-rw-r--r-- | drivers/pci/devlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/devlist.h b/drivers/pci/devlist.h index 3b4cce5ce..276ae40df 100644 --- a/drivers/pci/devlist.h +++ b/drivers/pci/devlist.h @@ -392,7 +392,7 @@ VENDOR( SIERRA, "Sierra" ) DEVICE( SIERRA, SIERRA_STB, "STB Horizon 64") ENDVENDOR() -VENDOR( SGI, "Silicon Graphics Inc" ) +VENDOR( SGI, "Silicon Graphics Inc." ) DEVICE( SGI, SGI_IOC3, "IOC3") ENDVENDOR() |