diff options
Diffstat (limited to 'fs/ext3/inode.c')
-rw-r--r-- | fs/ext3/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext3/inode.c b/fs/ext3/inode.c index 9a4a5c48b1c9..3aff616d4d03 100644 --- a/fs/ext3/inode.c +++ b/fs/ext3/inode.c | |||
@@ -3196,7 +3196,7 @@ out_brelse: | |||
3196 | * | 3196 | * |
3197 | * - Within generic_file_write() for O_SYNC files. | 3197 | * - Within generic_file_write() for O_SYNC files. |
3198 | * Here, there will be no transaction running. We wait for any running | 3198 | * Here, there will be no transaction running. We wait for any running |
3199 | * trasnaction to commit. | 3199 | * transaction to commit. |
3200 | * | 3200 | * |
3201 | * - Within sys_sync(), kupdate and such. | 3201 | * - Within sys_sync(), kupdate and such. |
3202 | * We wait on commit, if tol to. | 3202 | * We wait on commit, if tol to. |