svn commit: r267401 - stable/10/usr.sbin/bhyve

John Baldwin jhb at FreeBSD.org
Thu Jun 12 15:24:34 UTC 2014


Author: jhb
Date: Thu Jun 12 15:24:33 2014
New Revision: 267401
URL: http://svnweb.freebsd.org/changeset/base/267401

Log:
  MFC 262311: Fix virtio spec URL.

Modified:
  stable/10/usr.sbin/bhyve/virtio.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/bhyve/virtio.h
==============================================================================
--- stable/10/usr.sbin/bhyve/virtio.h	Thu Jun 12 15:23:51 2014	(r267400)
+++ stable/10/usr.sbin/bhyve/virtio.h	Thu Jun 12 15:24:33 2014	(r267401)
@@ -33,7 +33,7 @@
  * These are derived from several virtio specifications.
  *
  * Some useful links:
- *    https://github.com/rustyrussel/virtio-spec
+ *    https://github.com/rustyrussell/virtio-spec
  *    http://people.redhat.com/pbonzini/virtio-spec.pdf
  */
 


More information about the svn-src-all mailing list