Commit 863dafb9 authored by Russ Cox's avatar Russ Cox

typo

R=r
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=22411
CL=22411
parent 8f5bba0d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment