ntfs: super.c: Fix error log
"transation" should be "transaction" Signed-off-by: Nik Nyby <nikolas@gnu.org> Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:
parent
253508cadd
commit
d31e77177d
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ static int ntfs_remount(struct super_block *sb, int *flags, char *opt)
|
|||
return -EROFS;
|
||||
}
|
||||
if (!ntfs_stamp_usnjrnl(vol)) {
|
||||
ntfs_error(sb, "Failed to stamp transation log "
|
||||
ntfs_error(sb, "Failed to stamp transaction log "
|
||||
"($UsnJrnl)%s", es);
|
||||
NVolSetErrors(vol);
|
||||
return -EROFS;
|
||||
|
|
Loading…
Reference in a new issue