Typo fix.

This commit is contained in:
Pavel Roskin 2003-03-15 14:54:25 +00:00
parent 8cf02b5559
commit 26deaaf5a5
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ static int cpio_create_entry(vfs *me, vfs_s_super *super, struct stat *stat, cha
if((stat->st_nlink > 1) && if((stat->st_nlink > 1) &&
(super->u.cpio.type == CPIO_NEWC || (super->u.cpio.type == CPIO_NEWC ||
super->u.cpio.type == CPIO_CRC)) { /* For case of harlinked files */ super->u.cpio.type == CPIO_CRC)) { /* For case of hardlinked files */
struct defer_inode i, *l; struct defer_inode i, *l;
i.inumber = stat->st_ino; i.inumber = stat->st_ino;
i.device = stat->st_dev; i.device = stat->st_dev;