From: Liu Song Date: Thu, 30 May 2019 19:15:57 +0000 (-0400) Subject: jbd2: fix typo in comment of journal_submit_inode_data_buffers X-Git-Tag: v5.3-rc1~147^2~17 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=a49773064bc2284bf7fe57c3492897135f65a37c;p=linux.git jbd2: fix typo in comment of journal_submit_inode_data_buffers delayed/dealyed Signed-off-by: Liu Song Signed-off-by: Theodore Ts'o Reviewed-by: Jan Kara --- diff --git a/fs/jbd2/commit.c b/fs/jbd2/commit.c index efd0ce9489ae..c8c1d6cc6e5d 100644 --- a/fs/jbd2/commit.c +++ b/fs/jbd2/commit.c @@ -184,7 +184,7 @@ static int journal_wait_on_commit_record(journal_t *journal, /* * write the filemap data using writepage() address_space_operations. * We don't do block allocation here even for delalloc. We don't - * use writepages() because with dealyed allocation we may be doing + * use writepages() because with delayed allocation we may be doing * block allocation in writepages(). */ static int journal_submit_inode_data_buffers(struct address_space *mapping)