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_entry.rs')
-rw-r--r--src/index_entry.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index_entry.rs b/src/index_entry.rs
index 4ce534a..4fbcd1f 100644
--- a/src/index_entry.rs
+++ b/src/index_entry.rs
@@ -78,7 +78,7 @@ where
/// A single entry of an NTFS index.
///
-/// NTFS uses B-tree indexes to quickly look up directories, Object IDs, Reparse Points, Security Descriptors, etc.
+/// NTFS uses B-tree indexes to quickly look up files, Object IDs, Reparse Points, Security Descriptors, etc.
/// They are described via [`NtfsIndexRoot`] and [`NtfsIndexAllocation`] attributes, which can be comfortably
/// accessed via [`NtfsIndex`].
///