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 ff574b4e345..7e87e37a372 100644 --- a/fs/ext3/inode.c +++ b/fs/ext3/inode.c @@ -3207,7 +3207,7 @@ out_brelse:   *   * - Within generic_file_write() for O_SYNC files.   *   Here, there will be no transaction running. We wait for any running - *   trasnaction to commit. + *   transaction to commit.   *   * - Within sys_sync(), kupdate and such.   *   We wait on commit, if tol to.  |