git: da8238d6cfeb - main - libc: fix typo in Makefile comment

From: Brooks Davis <brooks_at_FreeBSD.org>
Date: Mon, 13 Nov 2023 23:05:30 UTC
The branch main has been updated by brooks:

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

commit da8238d6cfeb819395b388ce31a94f22b3ea891f
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-11-13 22:01:20 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-11-13 23:05:11 +0000

    libc: fix typo in Makefile comment
    
    MFC after:      1 week
---
 lib/libc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index e817104642b8..9ab588c618cd 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -11,7 +11,7 @@ LIBC_SRCTOP?= ${.CURDIR}
 # MACHINE_CPUARCH, but some ABIs are different enough to require their own libc,
 # so allow a directory named MACHINE_ARCH to override this (though treat
 # powerpc64le and powerpc64 the same).
-# Note: This is copeid to msun/Makefile
+# Note: This is copied to msun/Makefile
 M=${MACHINE_ARCH:S/powerpc64le/powerpc64/}
 .if exists(${LIBC_SRCTOP}/${M})
 LIBC_ARCH=${M}