"tools/git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "678728dc2369bd618a7f28b7b1f4f9d5c241ee1d"
Commit 35a9f279 authored by Davis King's avatar Davis King
Browse files

Fixed spelling error in comment.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403449
parent 9a56aafc
...@@ -60,7 +60,7 @@ namespace dlib ...@@ -60,7 +60,7 @@ namespace dlib
- right points to the right subtree or NIL if there is no right - right points to the right subtree or NIL if there is no right
subtree subtree
- parent points to the parent node or NIL if the node is the root - parent points to the parent node or NIL if the node is the root
- ordering of nodes is determined by comparing each node's d memeber - ordering of nodes is determined by comparing each node's d member
- all elements in a left subtree are <= the node - all elements in a left subtree are <= the node
- all elements in a right subtree are >= the node - all elements in a right subtree are >= the node
- color == red or black - color == red or black
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment