diff options
author | Nik Nyby <nikolas@gnu.org> | 2015-06-29 15:24:38 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2015-08-07 08:06:35 -0400 |
commit | d31e77177dfc82670c182e3c4c2456c055cca1d7 (patch) | |
tree | 17337bfb2b6a839f5c23d934885557e8f025a782 /fs/ntfs | |
parent | 253508cadddbb676b05f03ada93d0f986df107f5 (diff) |
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>
Diffstat (limited to 'fs/ntfs')
-rw-r--r-- | fs/ntfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs/super.c b/fs/ntfs/super.c index 9e1e112074fb..c1128bcbeb5e 100644 --- a/fs/ntfs/super.c +++ b/fs/ntfs/super.c | |||
@@ -543,7 +543,7 @@ static int ntfs_remount(struct super_block *sb, int *flags, char *opt) | |||
543 | return -EROFS; | 543 | return -EROFS; |
544 | } | 544 | } |
545 | if (!ntfs_stamp_usnjrnl(vol)) { | 545 | if (!ntfs_stamp_usnjrnl(vol)) { |
546 | ntfs_error(sb, "Failed to stamp transation log " | 546 | ntfs_error(sb, "Failed to stamp transaction log " |
547 | "($UsnJrnl)%s", es); | 547 | "($UsnJrnl)%s", es); |
548 | NVolSetErrors(vol); | 548 | NVolSetErrors(vol); |
549 | return -EROFS; | 549 | return -EROFS; |