Re: [PATCH] docs:filesystems: fix spelling and grammar mistakes on netfs library page
From: David Howells
Date: Mon Sep 09 2024 - 05:11:25 EST
Dennis Lam <dennis.lamerice@xxxxxxxxx> wrote:
> - * Allow the netfs to partially fulfil a read, which will then be resubmitted.
> + * Allow the netfs to partially fulfill a read, which will then be resubmitted.
"fulfil" is also correct:
https://en.wiktionary.org/wiki/fulfil
> - * Handle clearing of bufferage that aren't on the server.
> + * Handle clearing of bufferages that aren't on the server.
"bufferage" wouldn't be countable and can't be pluralised, so the fix should
be "aren't" -> "isn't" instead.
David