From 6300e58ab2d2575852e15724a74d545cea32cef5 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sat, 4 Jun 2022 12:24:17 +0200 Subject: [PATCH] make.conf: Fix a typo in the example file - s/architechture/architecture/ MFC after: 3 days --- 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 dbb776e7df14..63eb52ac26af 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.)