good morning!!!!

Skip to content
Snippets Groups Projects
Commit 2d98099c authored by chenyufeng's avatar chenyufeng Committed by Péter Szilágyi
Browse files

rlp: fix comment typo (#17640)

parent 6dd87483
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment