aboutsummaryrefslogtreecommitdiff
path: root/go/ssa/source.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/ssa/source.go')
-rw-r--r--go/ssa/source.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/ssa/source.go b/go/ssa/source.go
index 02b0260..0566d23 100644
--- a/go/ssa/source.go
+++ b/go/ssa/source.go
@@ -144,7 +144,7 @@ func findNamedFunc(pkg *Package, pos token.Pos) *Function {
// - e is a reference to nil or a built-in function.
// - the value was optimised away.
//
-// If e is an addressable expression used an an lvalue context,
+// If e is an addressable expression used in an lvalue context,
// value is the address denoted by e, and isAddr is true.
//
// The types of e (or &e, if isAddr) and the result are equal