Date: Mon, 22 Mar 2021 17:06:47 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 54399caa2f84 - main - Correct "Fondation" typo (missing "u") Message-ID: <202103221706.12MH6lnE083027@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=54399caa2f8470d9f7c404ce419362bc62d5a094 commit 54399caa2f8470d9f7c404ce419362bc62d5a094 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-03-22 17:06:03 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-03-22 17:06:31 +0000 Correct "Fondation" typo (missing "u") --- sys/amd64/vmm/amd/amdiommu.c | 2 +- sys/amd64/vmm/amd/ivhd_if.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/amd64/vmm/amd/amdiommu.c b/sys/amd64/vmm/amd/amdiommu.c index 4ded23dff003..26c4b10d7807 100644 --- a/sys/amd64/vmm/amd/amdiommu.c +++ b/sys/amd64/vmm/amd/amdiommu.c @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2021 The FreeBSD Fondation + * Copyright (c) 2021 The FreeBSD Foundation * * Portions of this software were developed by Ka Ho Ng * under sponsorship from the FreeBSD Foundation. diff --git a/sys/amd64/vmm/amd/ivhd_if.m b/sys/amd64/vmm/amd/ivhd_if.m index eaae01ae0131..f2994243c91e 100644 --- a/sys/amd64/vmm/amd/ivhd_if.m +++ b/sys/amd64/vmm/amd/ivhd_if.m @@ -1,5 +1,5 @@ #- -# Copyright (c) 2021 The FreeBSD Fondation +# Copyright (c) 2021 The FreeBSD Foundation # # Portions of this software were developed by Ka Ho Ng # under sponsorship from the FreeBSD Foundation.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103221706.12MH6lnE083027>