]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/virtio/virtio_pci.c
Fix typos in comments
[net-next-2.6.git] / drivers / virtio / virtio_pci.c
index 625447f645d935d59cc23ee5813357ae044ae8ce..7210c0d72e434c8deea93d1ad66e96190fd16392 100644 (file)
@@ -654,7 +654,7 @@ static int __devinit virtio_pci_probe(struct pci_dev *pci_dev,
        /* we use the subsystem vendor/device id as the virtio vendor/device
         * id.  this allows us to use the same PCI vendor/device id for all
         * virtio devices and to identify the particular virtio driver by
-        * the subsytem ids */
+        * the subsystem ids */
        vp_dev->vdev.id.vendor = pci_dev->subsystem_vendor;
        vp_dev->vdev.id.device = pci_dev->subsystem_device;