summaryrefslogtreecommitdiff
path: root/drivers/virtio/Kconfig
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2015-01-15 12:15:51 (GMT)
committerRusty Russell <rusty@rustcorp.com.au>2015-01-21 05:58:58 (GMT)
commitb2a6d51ddf7b238cc4c7b32c7fb53b6de06977d8 (patch)
treee34f6bb12af341f2b02a8ecc342def83f7487b6b /drivers/virtio/Kconfig
parent3c7322405d1efac27cc547fa4d6947cf23871dac (diff)
downloadlinux-b2a6d51ddf7b238cc4c7b32c7fb53b6de06977d8.tar.xz
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>
Diffstat (limited to 'drivers/virtio/Kconfig')
-rw-r--r--drivers/virtio/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
index 00b2286..8286b63 100644
--- a/drivers/virtio/Kconfig
+++ b/drivers/virtio/Kconfig
@@ -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).