Update coverage-related targets in Makefile. refs #1698

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood
2014-09-08 22:49:23 +01:00
parent 7046636c74
commit 4f51040313
2 changed files with 15 additions and 14 deletions

View File

@ -18,7 +18,7 @@ class ElispReporter(summary.SummaryReporter):
out = open(".coverage.el", "w")
out.write("""
;; This is an elisp-readable form of the figleaf coverage data. It defines a
;; This is an elisp-readable form of the coverage data. It defines a
;; single top-level hash table in which the key is an asolute pathname, and
;; the value is a three-element list. The first element of this list is a
;; list of line numbers that represent actual code statements. The second is