diff options
Diffstat (limited to 'libgo/go/exp/eval/world.go')
-rw-r--r-- | libgo/go/exp/eval/world.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/exp/eval/world.go b/libgo/go/exp/eval/world.go index 02d18bd7935..a5f6ac7e5e7 100644 --- a/libgo/go/exp/eval/world.go +++ b/libgo/go/exp/eval/world.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// This package is the beginning of an interpreter for Go. +// Package eval is the beginning of an interpreter for Go. // It can run simple Go programs but does not implement // interface values or packages. package eval |