Explorar o código

Fix a typo in fs.c

Michał Kowalczyk %!s(int64=6) %!d(string=hai) anos
pai
achega
8205b08aa5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);