Browse Source

Fix a typo in fs.c

Michał Kowalczyk 6 years ago
parent
commit
8205b08aa5
1 changed files with 1 additions and 1 deletions
  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);