Skip to content

Commit 5d83ee4

Browse files
Googlera-maurice
authored andcommitted
Comment typo.
PiperOrigin-RevId: 297253324
1 parent dc75242 commit 5d83ee4

File tree

1 file changed

+1
-1
lines changed
  • database/src/desktop/core

1 file changed

+1
-1
lines changed

database/src/desktop/core/tree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ class Tree {
535535
}
536536

537537
// The key of this element in the Tree. This will the eqivalent to the
538-
// std:;string stored in the children_ map in the parent Tree node.
538+
// std::string stored in the children_ map in the parent Tree node.
539539
std::string key_;
540540

541541
// The value stored at this location in the tree. A location in a tree is not

0 commit comments

Comments
 (0)