]> Cypherpunks repositories - gostls13.git/commit
path/filepath: fix Visitor doc
authorGustavo Niemeyer <gustavo@niemeyer.net>
Mon, 12 Sep 2011 19:18:48 +0000 (16:18 -0300)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Mon, 12 Sep 2011 19:18:48 +0000 (16:18 -0300)
commit817da6657682a1bd8a50893466e92499bc4e5933
tree2b8da7bf56320dd5fb1bc4f6b0a6817ca8d48416
parent7d43b8428247d101217dbaca8ecd864392640287
path/filepath: fix Visitor doc

The path is not in fact relative to the root, but
joined to it.

R=golang-dev, adg, rsc, gustavo
CC=golang-dev
https://golang.org/cl/4977059
src/pkg/path/filepath/path.go