Fixed spelling errors found by fossies.org with codespell
This commit is contained in:
@ -105,7 +105,7 @@ int Xorriso__search_node(void *node_array[], int n,
|
||||
break;
|
||||
p+= l;
|
||||
|
||||
/* NULL elements may indicate invalid nodes. Their first valid right neigbor
|
||||
/* NULL elements may indicate invalid nodes.Their first valid right neighbor
|
||||
will serve as proxy. If none exists, then the test pushes leftwards.
|
||||
*/
|
||||
for(pos= p - 1; pos < n; pos++)
|
||||
|
Reference in New Issue
Block a user