mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 10:54:35 +03:00
Fix typos
Correct various typos in the comments and tests. Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #10423
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ extern "C" {
|
||||
* at its children. Leaf nodes only contain data elements, and form the bottom
|
||||
* layer of the tree. Unlike B+ Trees, in this B-Tree implementation the
|
||||
* elements in the core nodes are not copies of or references to leaf node
|
||||
* elements. Each element occcurs only once in the tree, no matter what kind
|
||||
* elements. Each element occurs only once in the tree, no matter what kind
|
||||
* of node it is in.
|
||||
*
|
||||
* The tree's height is the same throughout, unlike many other forms of search
|
||||
|
||||
Reference in New Issue
Block a user