Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc libc: fix typo in comments: NO_SRSC -> NO_SRCS



details:   https://anonhg.NetBSD.org/src/rev/aceebbbb4a86
branches:  trunk
changeset: 376060:aceebbbb4a86
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon May 29 18:25:52 2023 +0000

description:
libc: fix typo in comments: NO_SRSC -> NO_SRCS

diffstat:

 lib/libc/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r da64a20e696b -r aceebbbb4a86 lib/libc/Makefile
--- a/lib/libc/Makefile Mon May 29 17:35:11 2023 +0000
+++ b/lib/libc/Makefile Mon May 29 18:25:52 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.173 2020/05/16 18:31:47 christos Exp $
+#      $NetBSD: Makefile,v 1.174 2023/05/29 18:25:52 lukem Exp $
 #      @(#)Makefile    8.2 (Berkeley) 2/3/94
 #
 # All library objects contain sccsid strings by default; they may be
@@ -109,8 +109,8 @@ CPPFLAGS+=  -D__BUILD_LEGACY
 # 'normal' .c file for assembly files is used for the lint librray.
 #
 # Usage:
-# Add .S files to NO_SRSC when another .S file provides the entry points.
-# Add .c files to NO_SRSC when another .c file provides the entry points.
+# Add .S files to NO_SRCS when another .S file provides the entry points.
+# Add .c files to NO_SRCS when another .c file provides the entry points.
 # (lint is run on all .c files in SRCS)
 
 .for check_file in ${SRCS:M*.S} ${NO_SRCS}



Home | Main Index | Thread Index | Old Index