aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2021-06-11 19:58:51 +0000
committerWarner Losh <imp@FreeBSD.org>2021-06-11 19:58:51 +0000
commitb0e54e61b390330a183e47fc62260ee3dcb39d09 (patch)
tree002e1055fa45284e20013103e673a77cf18bae47
parent6f4c1456b51dc35c03b2c02cc06e8b4308779855 (diff)
downloadsrc-b0e54e61b390330a183e47fc62260ee3dcb39d09.tar.gz
src-b0e54e61b390330a183e47fc62260ee3dcb39d09.zip
Change "compiled" to "assembled"
Assembly files are assembled, not compiled. Submitted by: github user gAlfonso-bit Pull Request: https://github.com/freebsd/freebsd-src/pull/474 Sponsored by: Netflix
-rw-r--r--sys/dev/hyperv/vmbus/i386/vmbus_vector.S2
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