patch-2.2.0-pre8 linux/fs/ufs/inode.c
Next file: linux/fs/ufs/namei.c
Previous file: linux/fs/ufs/ialloc.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sun Jan 17 18:32:26 1999
- Orig file:
v2.2.0-pre7/linux/fs/ufs/inode.c
- Orig date:
Fri Oct 23 22:01:22 1998
diff -u --recursive --new-file v2.2.0-pre7/linux/fs/ufs/inode.c linux/fs/ufs/inode.c
@@ -1,5 +1,5 @@
/*
- * linux/ufs/ufs/inode.c
+ * linux/fs/ufs/inode.c
*
* Copyright (C) 1998
* Daniel Pirkl <daniel.pirkl@email.cz>
@@ -254,7 +254,7 @@
SWAB32(*p), required + (blockoff - lastblockoff), err);
}
/*
- * We will allocated new block before last allocat block
+ * We will allocate new block before last allocated block
*/
else /* (lastblock > block) */ {
if (lastblock && (tmp = SWAB32(inode->u.ufs_i.i_u1.i_data[lastblock-1])))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov