Module Name:    src
Committed By:   apb
Date:           Tue Aug  5 15:51:23 UTC 2014

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

Log Message:
Typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.825 -r1.826 src/share/mk/bsd.own.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.own.mk
diff -u src/share/mk/bsd.own.mk:1.825 src/share/mk/bsd.own.mk:1.826
--- src/share/mk/bsd.own.mk:1.825	Tue Aug  5 15:25:20 2014
+++ src/share/mk/bsd.own.mk	Tue Aug  5 15:51:23 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.825 2014/08/05 15:25:20 apb Exp $
+#	$NetBSD: bsd.own.mk,v 1.826 2014/08/05 15:51:23 apb Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1175,7 +1175,7 @@ ${var}?= no
 .endfor
 
 #
-# TOOL_GZIP and friends.  These might refer to TOOL_PIGS or to the host gzip.
+# TOOL_GZIP and friends.  These might refer to TOOL_PIGZ or to the host gzip.
 #
 .if ${USE_PIGZGZIP} != "no"
 TOOL_GZIP=		${TOOL_PIGZ}

Reply via email to