summaryrefslogtreecommitdiff
path: root/src/cmd/fix/typecheck.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/fix/typecheck.go')
-rw-r--r--src/cmd/fix/typecheck.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/fix/typecheck.go b/src/cmd/fix/typecheck.go
index 8e54314d1..d54d37547 100644
--- a/src/cmd/fix/typecheck.go
+++ b/src/cmd/fix/typecheck.go
@@ -17,7 +17,7 @@ import (
//
// The fact that it is partial is very important: the input is
// an AST and a description of some type information to
-// assume about one or more packages, but not all the
+// assume about one or more packages, but not all the
// packages that the program imports. The checker is
// expected to do as much as it can with what it has been
// given. There is not enough information supplied to do