]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/yacc: fix path in documentation
authorJeremy Jackins <jeremyjackins@gmail.com>
Tue, 17 Mar 2015 04:00:31 +0000 (13:00 +0900)
committerMinux Ma <minux@golang.org>
Tue, 17 Mar 2015 04:53:21 +0000 (04:53 +0000)
Change-Id: I367b5a837844e3bee1576c59497d37f5e67c761d
Reviewed-on: https://go-review.googlesource.com/7674
Reviewed-by: Minux Ma <minux@golang.org>
src/cmd/yacc/doc.go

index 7839dcfa9cec9bceec7dfcee27dec94249361b43..328d87b9da53efe301ff16d001b50b537aeaaca3 100644 (file)
@@ -20,7 +20,7 @@ written in C and documented at
 Adepts of the original yacc will have no trouble adapting to this
 form of the tool.
 
-The directory $GOROOT/cmd/yacc/testdata/expr is a yacc program
+The directory $GOROOT/src/cmd/yacc/testdata/expr is a yacc program
 for a very simple expression parser. See expr.y and main.go in that
 directory for examples of how to write and build yacc programs.