瀏覽代碼

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 {