git: 5c2b244c40a3 - stable/13 - make.conf: Fix a typo in the example file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:34:16 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=5c2b244c40a37ae431e61718b020781fb34a7aad commit 5c2b244c40a37ae431e61718b020781fb34a7aad Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-06-04 10:24:17 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-06-10 12:30:44 +0000 make.conf: Fix a typo in the example file - s/architechture/architecture/ (cherry picked from commit 6300e58ab2d2575852e15724a74d545cea32cef5) --- share/examples/etc/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index a7afe4d8b6eb..3093785d2591 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -48,7 +48,7 @@ # armv7-a, armv7ve, generic-armv7-a, cortex-a5, # cortex-a7, cortex-a8, cortex-a9, cortex-a12, # cortex-a15, cortex-a17 -# ARM64 architechture: cortex-a53, cortex-a57, cortex-a72, +# ARM64 architecture: cortex-a53, cortex-a57, cortex-a72, # exynos-m1 # # (?= allows to buildworld for a different CPUTYPE.)