summaryrefslogtreecommitdiff
path: root/libgo/go/go/parser/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/go/parser/interface.go')
-rw-r--r--libgo/go/go/parser/interface.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/go/parser/interface.go b/libgo/go/go/parser/interface.go
index 4a84a97ae795..fac513e557c0 100644
--- a/libgo/go/go/parser/interface.go
+++ b/libgo/go/go/parser/interface.go
@@ -158,7 +158,7 @@ func ParseDir(fset *token.FileSet, path string, filter func(os.FileInfo) bool, m
// ParseExpr is a convenience function for obtaining the AST of an expression x.
// The position information recorded in the AST is undefined.
-//
+//
func ParseExpr(x string) (ast.Expr, error) {
// parse x within the context of a complete package for correct scopes;
// use //line directive for correct positions in error messages and put