1
0
Fork 0

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>
hifive-unleashed-5.1
Nik Nyby 2015-06-29 15:24:38 -04:00 committed by Jiri Kosina
parent 253508cadd
commit d31e77177d
1 changed files with 1 additions and 1 deletions

View File

@ -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;