The branch stable/12 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=2df415116eee92232f775cd29ff2c30ff555c201
commit 2df415116eee92232f775cd29ff2c30ff555c201 Author: Cy Schubert <[email protected]> AuthorDate: 2021-01-28 05:52:08 +0000 Commit: Cy Schubert <[email protected]> CommitDate: 2021-01-31 04:27: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 5de8653c6191..dc7c284bd1ae 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -352,7 +352,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]"
