Преглед изворни кода

fix(vfs): wrong comment of dentry flags

greatbridf пре 2 година
родитељ
комит
f2dd3f8c06
1 измењених фајлова са 1 додато и 1 уклоњено
  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 {