svn commit: r332067 - stable/10/sys/dev/hyperv/vmbus
Ed Maste
emaste at FreeBSD.org
Thu Apr 5 12:59:50 UTC 2018
Author: emaste
Date: Thu Apr 5 12:59:49 2018
New Revision: 332067
URL: https://svnweb.freebsd.org/changeset/base/332067
Log:
MFC r331757: Correct comment typo in Hyper-V
PR: 226665
Submitted by: Ryo ONODERA
Modified:
stable/10/sys/dev/hyperv/vmbus/hyperv.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/hyperv/vmbus/hyperv.c
==============================================================================
--- stable/10/sys/dev/hyperv/vmbus/hyperv.c Thu Apr 5 12:56:40 2018 (r332066)
+++ stable/10/sys/dev/hyperv/vmbus/hyperv.c Thu Apr 5 12:59:49 2018 (r332067)
@@ -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-stable-10
mailing list