From 3eab2de2c1e61c8fd963d0ef751e392ef6005359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Senart?= Date: Sun, 8 Sep 2013 20:55:15 +0100 Subject: [PATCH] Fix doc typo --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1bb64e2..af934ee 100644 --- a/main.go +++ b/main.go @@ -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 {