Просмотр исходного кода

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>
Michael S. Tsirkin 11 лет назад
Родитель
Сommit
b2a6d51ddf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      drivers/virtio/Kconfig

+ 1 - 1
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).