aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {