rlp: fix comment typo (#17640)

release/1.8
chenyufeng 6 years ago committed by Péter Szilágyi
parent 6dd87483d4
commit 2d98099c25
  1. 2
      rlp/typecache.go

@ -76,7 +76,7 @@ func cachedTypeInfo1(typ reflect.Type, tags tags) (*typeinfo, error) {
// another goroutine got the write lock first // another goroutine got the write lock first
return info, nil return info, nil
} }
// put a dummmy value into the cache before generating. // put a dummy value into the cache before generating.
// if the generator tries to lookup itself, it will get // if the generator tries to lookup itself, it will get
// the dummy value and won't call itself recursively. // the dummy value and won't call itself recursively.
typeCache[key] = new(typeinfo) typeCache[key] = new(typeinfo)

Loading…
Cancel
Save