svn commit: r260376 - head/sys/amd64/conf

Jens Schweikhardt schweikh at FreeBSD.org
Mon Jan 6 17:23:22 UTC 2014


Author: schweikh
Date: Mon Jan  6 17:23:22 2014
New Revision: 260376
URL: http://svnweb.freebsd.org/changeset/base/260376

Log:
  Correct a grammo in a comment; remove white space at EOL.

Modified:
  head/sys/amd64/conf/NOTES

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES	Mon Jan  6 17:16:27 2014	(r260375)
+++ head/sys/amd64/conf/NOTES	Mon Jan  6 17:23:22 2014	(r260376)
@@ -462,7 +462,7 @@ options 	SAFE_RNDTEST	# enable rndtest s
 #
 # The virtio entry provides a generic bus for use by the device drivers.
 # It must be combined with an interface that communicates with the host.
-# Multiple such interfaces defined by the VirtIO specification. FreeBSD
+# Multiple such interfaces are defined by the VirtIO specification. FreeBSD
 # only has support for PCI. Therefore, virtio_pci must be statically
 # compiled in or loaded as a module for the device drivers to function.
 #
@@ -476,7 +476,7 @@ device		virtio_balloon	# VirtIO Memory B
 device 		hyperv		# HyperV drivers
 
 # Xen HVM Guest Optimizations
-options 	XENHVM		# Xen HVM kernel infrastructure 
+options 	XENHVM		# Xen HVM kernel infrastructure
 device 		xenpci		# Xen HVM Hypervisor services driver
 
 #####################################################################


More information about the svn-src-all mailing list