svn commit: r331757 - head/sys/dev/hyperv/vmbus

Ed Maste emaste at FreeBSD.org
Fri Mar 30 02:25:13 UTC 2018


Author: emaste
Date: Fri Mar 30 02:25:12 2018
New Revision: 331757
URL: https://svnweb.freebsd.org/changeset/base/331757

Log:
  Correct comment typo in Hyper-V
  
  PR:		226665
  Submitted by:	Ryo ONODERA
  MFC after:	3 days

Modified:
  head/sys/dev/hyperv/vmbus/hyperv.c

Modified: head/sys/dev/hyperv/vmbus/hyperv.c
==============================================================================
--- head/sys/dev/hyperv/vmbus/hyperv.c	Fri Mar 30 02:04:46 2018	(r331756)
+++ head/sys/dev/hyperv/vmbus/hyperv.c	Fri Mar 30 02:25:12 2018	(r331757)
@@ -27,7 +27,7 @@
  */
 
 /**
- * Implements low-level interactions with Hypver-V/Azure
+ * Implements low-level interactions with Hyper-V/Azure
  */
 #include <sys/cdefs.h>
 __FBSDID("$FreeBSD$");


More information about the svn-src-head mailing list