mirror of
https://github.com/psankar/simplefs.git
synced 2025-07-25 06:54:50 +02:00
docs: fix simple typo, insted -> instead (#12)
There is a small typo in simple.c. Should read `instead` rather than `insted`.
This commit is contained in:
parent
451cb1bb73
commit
60ac9bfa17
2
simple.c
2
simple.c
@ -504,7 +504,7 @@ static int simplefs_create_fs_object(struct inode *dir, struct dentry *dentry,
|
||||
}
|
||||
|
||||
if (unlikely(count >= SIMPLEFS_MAX_FILESYSTEM_OBJECTS_SUPPORTED)) {
|
||||
/* The above condition can be just == insted of the >= */
|
||||
/* The above condition can be just == instead of the >= */
|
||||
printk(KERN_ERR
|
||||
"Maximum number of objects supported by simplefs is already reached");
|
||||
mutex_unlock(&simplefs_directory_children_update_lock);
|
||||
|
Loading…
x
Reference in New Issue
Block a user