Przeglądaj źródła

fix(vfs): wrong comment of dentry flags

greatbridf 2 lat temu
rodzic
commit
f2dd3f8c06
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      include/kernel/vfs.hpp

+ 1 - 1
include/kernel/vfs.hpp

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