Module Name:    src
Committed By:   christos
Date:           Sat Nov  2 14:25:00 UTC 2024

Modified Files:
        src/share/mk: bsd.lib.mk

Log Message:
spello


To generate a diff of this commit:
cvs rdiff -u -r1.410 -r1.411 src/share/mk/bsd.lib.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.lib.mk
diff -u src/share/mk/bsd.lib.mk:1.410 src/share/mk/bsd.lib.mk:1.411
--- src/share/mk/bsd.lib.mk:1.410	Fri Nov  1 19:06:17 2024
+++ src/share/mk/bsd.lib.mk	Sat Nov  2 10:24:59 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.lib.mk,v 1.410 2024/11/01 23:06:17 christos Exp $
+#	$NetBSD: bsd.lib.mk,v 1.411 2024/11/02 14:24:59 christos Exp $
 #	@(#)bsd.lib.mk	8.3 (Berkeley) 4/22/94
 
 .include <bsd.init.mk>
@@ -57,7 +57,7 @@ realinstall:	checkver libinstall
 CFLAGS+=        ${PIE_CFLAGS}
 AFLAGS+=        ${PIE_AFLAGS}
 .endif
-# The -fPIC is needed for libraries that include other libares
+# The -fPIC is needed for libraries that include other libraries
 # The order matters here, PIC needs to be last
 .if ${LIBISPRIVATE} == "pic"
 CFLAGS+=        -fPIC

Reply via email to