From ed7ff8a42d2a0d53bea4dc206e1aa90fe71463aa Mon Sep 17 00:00:00 2001 From: asfdfdfd Date: Sat, 29 Mar 2014 16:08:08 +0300 Subject: [PATCH] Typo in comment fixed. --- simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple.c b/simple.c index 2928559..6feac2f 100644 --- a/simple.c +++ b/simple.c @@ -592,7 +592,7 @@ struct dentry *simplefs_lookup(struct inode *parent_inode, * is not written to the inode store, but the inodes_count is * incremented. Then if the random string on the disk matches * with the filename that we are comparing above, then we - * will use an invalid unintialized inode */ + * will use an invalid uninitialized inode */ struct inode *inode; struct simplefs_inode *sfs_inode;