Explorar o código

fix(vfs): wrong comment of dentry flags

greatbridf %!s(int64=2) %!d(string=hai) anos
pai
achega
f2dd3f8c06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {