virtio_pci: Kconfig grammar fix

This drivers -> this driver.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Michael S. Tsirkin 2015-01-15 14:15:51 +02:00 committed by Rusty Russell
parent 3c7322405d
commit b2a6d51ddf
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ config VIRTIO_PCI
depends on PCI
select VIRTIO
---help---
This drivers provides support for virtio based paravirtual device
This driver provides support for virtio based paravirtual device
drivers over PCI. This requires that your VMM has appropriate PCI
virtio backends. Most QEMU based VMMs should support these devices
(like KVM or Xen).