Browse Source

fix(vfs): wrong comment of dentry flags

greatbridf 2 years ago
parent
commit
f2dd3f8c06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/kernel/vfs.hpp

+ 1 - 1
include/kernel/vfs.hpp

@@ -83,7 +83,7 @@ public:
     public:
         dentry* parent;
         inode* ind;
-        // if the entry is not a file, this flag is ignored
+        // if the entry is a file, this flag is ignored
         union {
             uint32_t v;
             struct {