mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-03 01:53:48 +00:00
rlp: fix comment typo (#17640)
This commit is contained in:
parent
6dd87483d4
commit
2d98099c25
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ func cachedTypeInfo1(typ reflect.Type, tags tags) (*typeinfo, error) {
|
|||
// another goroutine got the write lock first
|
||||
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
|
||||
// the dummy value and won't call itself recursively.
|
||||
typeCache[key] = new(typeinfo)
|
||||
|
|
|
|||
Loading…
Reference in a new issue