svn commit: r324485 - projects/runtime-coverage

Ngie Cooper ngie at FreeBSD.org
Tue Oct 10 07:42:38 UTC 2017


Author: ngie
Date: Tue Oct 10 07:42:36 2017
New Revision: 324485
URL: https://svnweb.freebsd.org/changeset/base/324485

Log:
  Tweak wording for _coverage_libs.*

Modified:
  projects/runtime-coverage/Makefile.inc1

Modified: projects/runtime-coverage/Makefile.inc1
==============================================================================
--- projects/runtime-coverage/Makefile.inc1	Tue Oct 10 07:37:59 2017	(r324484)
+++ projects/runtime-coverage/Makefile.inc1	Tue Oct 10 07:42:36 2017	(r324485)
@@ -2251,7 +2251,7 @@ _prereq_libs+= gnu/lib/libssp/libssp_nonshared
 
 #
 # The coverage libraries must be built for the target prior to ${_startup_libs}
-# in order for them to have runtime coverage instrumentation.
+# for world to have runtime coverage instrumentation.
 #
 .if ${MK_COVERAGE} != "no"
 _coverage_libs.${MK_CLANG}+=	lib/libclang_rt/profile


More information about the svn-src-projects mailing list