Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2023 23:05:30 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: da8238d6cfeb - main - libc: fix typo in Makefile comment
Message-ID:  <202311132305.3ADN5UME030749@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311132305.3ADN5UME030749>