aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-04-07 23:40:37 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-04-07 23:40:37 +0200
commit09a260f0911c3b113d1ad0825fe3a4d23ff086ff (patch)
treef9195b0bece806ee95c818e6c9728e8d31f1aa4e
parent6bce17d8c05e1c94cccf2360df91f2348b2788c1 (diff)
typo
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 6515693..31971d6 100644
--- a/main.go
+++ b/main.go
@@ -64,7 +64,7 @@ func sub(m, n *list.Element) *list.Element {
type function func(*list.Element, *list.Element) *list.Element
-// test permoms tests
+// test perfoms tests
func test(op string, f function) {
var mm, nn int
switch op {