Date: Fri, 11 Jun 2021 19:59:53 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b0e54e61b390 - main - Change "compiled" to "assembled" Message-ID: <202106111959.15BJxrvo077009@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=b0e54e61b390330a183e47fc62260ee3dcb39d09 commit b0e54e61b390330a183e47fc62260ee3dcb39d09 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2021-06-11 19:58:51 +0000 Commit: Warner Losh <imp@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106111959.15BJxrvo077009>