summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2011-07-23 21:03:44 +0400
committerIgor Pashev <pashev.igor@gmail.com>2011-07-23 21:03:44 +0400
commit0110723fb85704629f1b5371f42b55fd0e6433d6 (patch)
tree40d5e9ad34488ea496062b36c128b829ff6ce82f
parent82a49b27ea3839ecccf503d8df428d982d9c3a57 (diff)
downloadgcd-0110723fb85704629f1b5371f42b55fd0e6433d6.tar.gz
Typo
-rw-r--r--gcd.go2
1 files changed, 1 insertions, 1 deletions
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"