diff options
| author | Warner Losh <imp@FreeBSD.org> | 2021-06-11 19:58:51 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2021-06-11 19:58:51 +0000 |
| commit | b0e54e61b390330a183e47fc62260ee3dcb39d09 (patch) | |
| tree | 002e1055fa45284e20013103e673a77cf18bae47 /sys/dev/hyperv | |
| parent | 6f4c1456b51dc35c03b2c02cc06e8b4308779855 (diff) | |
Diffstat (limited to 'sys/dev/hyperv')
| -rw-r--r-- | sys/dev/hyperv/vmbus/i386/vmbus_vector.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hyperv/vmbus/i386/vmbus_vector.S b/sys/dev/hyperv/vmbus/i386/vmbus_vector.S index d119cfdc5b12..b1ffe89cd55d 100644 --- a/sys/dev/hyperv/vmbus/i386/vmbus_vector.S +++ b/sys/dev/hyperv/vmbus/i386/vmbus_vector.S @@ -36,7 +36,7 @@ * This is the Hyper-V vmbus channel direct callback interrupt. * Only used when it is running on Hyper-V. * - * Note that this file is not compiled directly, it is included into + * Note that this file is not assembled directly, it is included into * i386/exception.s. */ .text |
