瀏覽代碼

Fix a typo in fs.c

Michał Kowalczyk 6 年之前
父節點
當前提交
8205b08aa5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      LibOS/shim/src/fs/chroot/fs.c

+ 1 - 1
LibOS/shim/src/fs/chroot/fs.c

@@ -365,7 +365,7 @@ static int query_dentry (struct shim_dentry * dent, PAL_HANDLE pal_handle,
                 break;
             default:            break;
         }
-        debug("Stat: Returning link cound %d\n", stat->st_nlink);
+        debug("Stat: Returning link count %d\n", stat->st_nlink);
     }
 
     unlock(data->lock);