From 26deaaf5a5a30b9d57c9e68a29188124cba5a973 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sat, 15 Mar 2003 14:54:25 +0000 Subject: [PATCH] Typo fix. --- vfs/cpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vfs/cpio.c b/vfs/cpio.c index 532380f02..9c418d494 100644 --- a/vfs/cpio.c +++ b/vfs/cpio.c @@ -419,7 +419,7 @@ static int cpio_create_entry(vfs *me, vfs_s_super *super, struct stat *stat, cha if((stat->st_nlink > 1) && (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; i.inumber = stat->st_ino; i.device = stat->st_dev;