convert strconv

R=r
DELTA=568  (0 added, 9 deleted, 559 changed)
OCL=22898
CL=22901
diff --git a/test/mallocrep1.go b/test/mallocrep1.go
index 8c90ee9..5ae742b 100644
--- a/test/mallocrep1.go
+++ b/test/mallocrep1.go
@@ -87,7 +87,7 @@
 }
 
 func atoi(s string) int {
-	i, xx1 := strconv.atoi(s);
+	i, xx1 := strconv.Atoi(s);
 	return i
 }