Source-Changes-HG archive

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

[src/trunk]: src/share/mk Fix typo cost -> host



details:   https://anonhg.NetBSD.org/src/rev/01c6903ee520
branches:  trunk
changeset: 455952:01c6903ee520
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri Apr 19 22:06:03 2019 +0000

description:
Fix typo cost -> host

diffstat:

 share/mk/bsd.README |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 33cbd9edc6ea -r 01c6903ee520 share/mk/bsd.README
--- a/share/mk/bsd.README       Fri Apr 19 21:54:32 2019 +0000
+++ b/share/mk/bsd.README       Fri Apr 19 22:06:03 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.390 2019/04/07 19:32:24 christos Exp $
+#      $NetBSD: bsd.README,v 1.391 2019/04/19 22:06:03 kamil Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the make "include" files for the NetBSD
@@ -2126,7 +2126,7 @@
 
 HOST_CPP               The host c pre-processor
 
-HOST_CPPFLAGS          The cost c pre-processor flags
+HOST_CPPFLAGS          The host c pre-processor flags
 
 HOST_CXX               The host c++ compiler
 



Home | Main Index | Thread Index | Old Index