diff --git a/src/node.rs b/src/node.rs index a070318fc9..4f186cd1d0 100644 --- a/src/node.rs +++ b/src/node.rs @@ -101,8 +101,7 @@ pub struct Node { /// The gid that owns this file pub gid: Le, - /// The number of links to this file - /// (directory entries, symlinks, etc) + /// The number of hard links to this file pub links: Le, /// The length of this file, in bytes