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:
authorColin Finck <colin@reactos.org>2022-01-13 21:27:34 +0300
committerColin Finck <colin@reactos.org>2022-01-13 21:27:34 +0300
commit252a6467abbc57d67dbad4143d06f6d54660e769 (patch)
tree8e3f2a77465b4311f32b3b62b549b2c9bc9df5ba /src/index.rs
parentad187486b7d8641248550c056bf972d847edb348 (diff)
Fix some typos.
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:
//