Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/ntfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.rs')
-rw-r--r--src/index.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.rs b/src/index.rs
index 1b6b1b5..5799828 100644
--- a/src/index.rs
+++ b/src/index.rs
@@ -123,7 +123,7 @@ where
{
// NTFS B-tree indexes are composed out of nodes, with multiple entries per node.
// Each entry may have a reference to a subnode.
- // If that is the case, the subnode comes before the parent node lexicographically.
+ // If that is the case, the subnode entries comes before the parent entry lexicographically.
//
// An example for an unbalanced, but otherwise valid and sorted tree:
//