diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2021-01-28 05:52:08 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2021-01-31 04:27:06 +0000 |
| commit | 2df415116eee92232f775cd29ff2c30ff555c201 (patch) | |
| tree | 7b4f621d85fc56d617b4a7539864be484055b6ae | |
| parent | 35e09fbfc492e8fac3dd7ebdb21a52942ecd5384 (diff) | |
MFC 0e01ea872ee475d7aef11d21588504e2ef4eb32c:
Fix a typo.
(cherry picked from commit 0e01ea872ee475d7aef11d21588504e2ef4eb32c)
| -rw-r--r-- | sys/i386/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
