mirror of
https://github.com/golang/go
synced 2024-11-21 22:14:41 -07:00
cmd/gc/lex: remove reference to container/vector in comment
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4921045
This commit is contained in:
parent
8bf2ad757b
commit
1696b5fe2a
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user