Commit 1696b5fe authored by Rob Pike's avatar Rob Pike

cmd/gc/lex: remove reference to container/vector in comment

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4921045
parent 8bf2ad75
......@@ -400,8 +400,8 @@ findpkg(Strlit *name)
}
// local imports should be canonicalized already.
// don't want to see "container/../container/vector"
// as different from "container/vector".
// don't want to see "encoding/../encoding/base64"
// as different from "encoding/base64".
q = mal(name->len+1);
memmove(q, name->s, name->len);
q[name->len] = '\0';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment