From: Geert Uytterhoeven Date: Thu, 28 Sep 2023 16:26:58 +0000 (-0700) Subject: iomap: Spelling s/preceeding/preceding/g X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=684f7e6d28e8087502fc8efdb6c9fe82400479dd;p=users%2Fwilly%2Fpagecache.git iomap: Spelling s/preceeding/preceding/g Fix a misspelling of "preceding". Signed-off-by: Geert Uytterhoeven Reviewed-by: Bill O'Donnell Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong --- diff --git a/fs/iomap/buffered-io.c b/fs/iomap/buffered-io.c index 644479ccefbd0..5db54ca29a35a 100644 --- a/fs/iomap/buffered-io.c +++ b/fs/iomap/buffered-io.c @@ -1049,7 +1049,7 @@ static int iomap_write_delalloc_punch(struct inode *inode, struct folio *folio, /* * Scan the data range passed to us for dirty page cache folios. If we find a - * dirty folio, punch out the preceeding range and update the offset from which + * dirty folio, punch out the preceding range and update the offset from which * the next punch will start from. * * We can punch out storage reservations under clean pages because they either