mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Fix typos in module/
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #9241
This commit is contained in:
committed by
Brian Behlendorf
parent
9d40bdf414
commit
9f5c1bc609
+1
-1
@@ -159,7 +159,7 @@ avl_walk(avl_tree_t *tree, void *oldnode, int left)
|
||||
node = node->avl_child[right])
|
||||
;
|
||||
/*
|
||||
* Otherwise, return thru left children as far as we can.
|
||||
* Otherwise, return through left children as far as we can.
|
||||
*/
|
||||
} else {
|
||||
for (;;) {
|
||||
|
||||
Reference in New Issue
Block a user