add patch remove-redundant-assignment-to-node
[ext4-patch-queue.git] / jbd2-fix-typo-in-comment-of-journal_submit_inode_data_buffers
blob2a012dfd3f9b2af1d36f94a6863ddbe2ed90c12e
1 jbd2: fix typo in comment of journal_submit_inode_data_buffers
3 From: Liu Song <liu.song11@zte.com.cn>
5 delayed/dealyed
7 Signed-off-by: Liu Song <liu.song11@zte.com.cn>
8 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
9 Reviewed-by: Jan Kara <jack@suse.cz>
10 ---
11  fs/jbd2/commit.c | 2 +-
12  1 file changed, 1 insertion(+), 1 deletion(-)
14 diff --git a/fs/jbd2/commit.c b/fs/jbd2/commit.c
15 index 150cc030b4d7..0395ca016235 100644
16 --- a/fs/jbd2/commit.c
17 +++ b/fs/jbd2/commit.c
18 @@ -184,7 +184,7 @@ static int journal_wait_on_commit_record(journal_t *journal,
19  /*
20   * write the filemap data using writepage() address_space_operations.
21   * We don't do block allocation here even for delalloc. We don't
22 - * use writepages() because with dealyed allocation we may be doing
23 + * use writepages() because with delayed allocation we may be doing
24   * block allocation in writepages().
25   */
26  static int journal_submit_inode_data_buffers(struct address_space *mapping)
27 -- 
28 2.20.1