Selaa lähdekoodia

Fix a typo in fs.c

Michał Kowalczyk 6 vuotta sitten
vanhempi
commit
8205b08aa5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;
                 break;
             default:            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);
     unlock(data->lock);