git: b0e54e61b390 - main - Change "compiled" to "assembled"

Warner Losh imp at FreeBSD.org
Fri Jun 11 19:59:53 UTC 2021


The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=b0e54e61b390330a183e47fc62260ee3dcb39d09

commit b0e54e61b390330a183e47fc62260ee3dcb39d09
Author:     Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-06-11 19:58:51 +0000
Commit:     Warner Losh <imp at FreeBSD.org>
CommitDate: 2021-06-11 19:58:51 +0000

    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
---
 sys/dev/hyperv/vmbus/i386/vmbus_vector.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the dev-commits-src-all mailing list