From 0110723fb85704629f1b5371f42b55fd0e6433d6 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 23 Jul 2011 21:03:44 +0400 Subject: Typo --- gcd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcd.go b/gcd.go index 6717274..d70e6ae 100644 --- a/gcd.go +++ b/gcd.go @@ -17,7 +17,7 @@ package main -// Both Google Go and GCC issues an error "imported and not used", +// Both Google Go and GCC issue an error "imported and not used", // if imported and not used :-) import "fmt" import "flag" -- cgit v1.2.3