summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"