Module Name:    src
Committed By:   rillig
Date:           Sat Sep 10 12:31:42 UTC 2022

Modified Files:
        src/distrib/sets: sets.subr

Log Message:
distrib/sets/sets.subr: fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 src/distrib/sets/sets.subr

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

Modified files:

Index: src/distrib/sets/sets.subr
diff -u src/distrib/sets/sets.subr:1.203 src/distrib/sets/sets.subr:1.204
--- src/distrib/sets/sets.subr:1.203	Thu Sep  8 05:26:34 2022
+++ src/distrib/sets/sets.subr	Sat Sep 10 12:31:42 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: sets.subr,v 1.203 2022/09/08 05:26:34 rillig Exp $
+#	$NetBSD: sets.subr,v 1.204 2022/09/10 12:31:42 rillig Exp $
 #
 
 #
@@ -190,7 +190,7 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g
 # In each file, a record consists of a path and a System Package name,
 # separated by whitespace. E.g.,
 #
-# 	# $NetBSD: sets.subr,v 1.203 2022/09/08 05:26:34 rillig Exp $
+# 	# $NetBSD: sets.subr,v 1.204 2022/09/10 12:31:42 rillig Exp $
 # 	.			base-sys-root	[keyword[,...]]
 # 	./altroot		base-sys-root
 # 	./bin			base-sys-root
@@ -205,7 +205,7 @@ SUBST="${SUBST};s#@MACHINE@#${MACHINE}#g
 #
 # The third field is an optional comma separated list of keywords to
 # control if a record is printed; every keyword listed must be enabled
-# for the record to be printed. The list of all avalaible make variables
+# for the record to be printed. The list of all available make variables
 # that can be turned on or off can be found by running in this directory:
 #
 #	make -f mkvars.mk mkvarsyesno

Reply via email to