diff --git a/internal/packing/packing.go b/internal/packing/packing.go index 705343ce2..7107f78fc 100644 --- a/internal/packing/packing.go +++ b/internal/packing/packing.go @@ -287,7 +287,7 @@ func (p *Page) Extend(count int) bool { p.rollbackExtension = func() { p.size = origSize // The node address must not be changed, so use the original root node's pointer (#2584). - // As the root node might be modified, recover the content from the cloned content. + // As the root node might be modified, restore the content by the cloned content. p.root = origRoot *p.root = origRootCloned }