The branch stable/13 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=2ef3f7f5c356496bbfbb71b26d4a9d9415f3b8c5
commit 2ef3f7f5c356496bbfbb71b26d4a9d9415f3b8c5 Author: Cy Schubert <[email protected]> AuthorDate: 2021-01-28 05:52:08 +0000 Commit: Cy Schubert <[email protected]> CommitDate: 2021-01-31 04:28:06 +0000 MFC 0e01ea872ee475d7aef11d21588504e2ef4eb32c: Fix a typo. (cherry picked from commit 0e01ea872ee475d7aef11d21588504e2ef4eb32c) --- sys/i386/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index f54902250152..702f6d64223c 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -327,7 +327,7 @@ device virtio_blk # VirtIO Block device device virtio_scsi # VirtIO SCSI device device virtio_balloon # VirtIO Memory Balloon device -# HyperV drivers and enchancement support +# HyperV drivers and enhancement support device hyperv # HyperV drivers # Xen HVM Guest Optimizations _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
