Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jan 2017 10:29:53 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r312226 - head/tests/sys/kern/acct
Message-ID:  <201701151029.v0FATrQM094876@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Jan 15 10:29:53 2017
New Revision: 312226
URL: https://svnweb.freebsd.org/changeset/base/312226

Log:
  Fix typo in r312216
  
  I meant to replace "exp" with "exponent", not "expected"
  
  MFC after:	13 days
  Pointyhat to:	ngie
  Submitted by:	bde

Modified:
  head/tests/sys/kern/acct/Makefile

Modified: head/tests/sys/kern/acct/Makefile
==============================================================================
--- head/tests/sys/kern/acct/Makefile	Sun Jan 15 10:24:45 2017	(r312225)
+++ head/tests/sys/kern/acct/Makefile	Sun Jan 15 10:29:53 2017	(r312226)
@@ -13,7 +13,7 @@ acct_test.o: convert.c
 
 convert.c: ${SRCTOP}/sys/kern/kern_acct.c
 	sed -n -e 's/log(/syslog(/g' \
-	       -e 's/exp/expected/g' \
+	       -e 's/exp/exponent/g' \
 	       -e '/FLOAT_CONVERSION_START/,/FLOAT_CONVERSION_END/p' ${.ALLSRC} >${.TARGET}.tmp
 	mv ${.TARGET}.tmp ${.TARGET}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701151029.v0FATrQM094876>