From: Russ Cox Date: Fri, 9 Jan 2009 19:17:13 +0000 (-0800) Subject: typo X-Git-Tag: weekly.2009-11-06~2400 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=863dafb9ae62cb22e885a4ee7e3e50da38175333;p=gostls13.git typo R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=22411 CL=22411 --- diff --git a/src/lib/os/os_error.go b/src/lib/os/os_error.go index c8d52dc4ee..d12a5c1184 100644 --- a/src/lib/os/os_error.go +++ b/src/lib/os/os_error.go @@ -24,7 +24,7 @@ var ErrorStringTab = make(map[string] *Error); // These functions contain a race if two goroutines add identical // errors simultaneously but the consequences are unimportant. -// Allocate an Error objecct, but if it's been seen before, share that one. +// Allocate an Error object, but if it's been seen before, share that one. export func NewError(s string) *Error { if s == "" { return nil