diff options
Diffstat (limited to 'llgo/third_party/gofrontend/libgo/go/runtime/error.go')
| -rw-r--r-- | llgo/third_party/gofrontend/libgo/go/runtime/error.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llgo/third_party/gofrontend/libgo/go/runtime/error.go b/llgo/third_party/gofrontend/libgo/go/runtime/error.go index d759a54a519..c4621b6f858 100644 --- a/llgo/third_party/gofrontend/libgo/go/runtime/error.go +++ b/llgo/third_party/gofrontend/libgo/go/runtime/error.go @@ -9,9 +9,9 @@ type Error interface { error // RuntimeError is a no-op function but - // serves to distinguish types that are runtime + // serves to distinguish types that are run time // errors from ordinary errors: a type is a - // runtime error if it has a RuntimeError method. + // run time error if it has a RuntimeError method. RuntimeError() } |

