Fix doc typo

This commit is contained in:
Tomás Senart
2013-09-08 20:55:15 +01:00
parent 6d853a6d84
commit 3eab2de2c1

View File

@@ -45,7 +45,7 @@ const (
errReportingPrefix = "Reporting: "
)
// attack is an utility function that validates the attack arguments, sets up the
// run is an utility function that validates the attack arguments, sets up the
// required resources, launches the attack and reports the results
func run(rate uint64, duration time.Duration, targetsf, ordering, reporter, output string) error {
if rate == 0 {