Prechádzať zdrojové kódy

fix(vfs): wrong comment of dentry flags

greatbridf 2 rokov pred
rodič
commit
f2dd3f8c06
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 {