Fix comment typo in test coverage report script.

This commit is contained in:
Dave Collins 2013-05-10 10:31:39 -05:00
parent 72fa9f4b7b
commit 29cd3a7246

View file

@ -4,7 +4,7 @@
# The gocov tool my be obtained with the following command:
# go get github.com/awx/gocov/gocov
#
# It will be installed it $GOPATH/bin, so ensure that location is in your $PATH.
# It will be installed to $GOPATH/bin, so ensure that location is in your $PATH.
# Check for gocov.
type gocov >/dev/null 2>&1