svn commit: r332068 - stable/11/sys/dev/hyperv/vmbus

Ed Maste emaste at FreeBSD.org
Thu Apr 5 12:59:51 UTC 2018


Author: emaste
Date: Thu Apr  5 12:59:50 2018
New Revision: 332068
URL: https://svnweb.freebsd.org/changeset/base/332068

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

Modified:
  stable/11/sys/dev/hyperv/vmbus/hyperv.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/hyperv/vmbus/hyperv.c
==============================================================================
--- stable/11/sys/dev/hyperv/vmbus/hyperv.c	Thu Apr  5 12:59:49 2018	(r332067)
+++ stable/11/sys/dev/hyperv/vmbus/hyperv.c	Thu Apr  5 12:59:50 2018	(r332068)
@@ -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-all mailing list