lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240908192307.20733-3-dennis.lamerice@gmail.com>
Date: Sun,  8 Sep 2024 15:23:09 -0400
From: Dennis Lam <dennis.lamerice@...il.com>
To: dhowells@...hat.com,
	jlayton@...nel.org,
	corbet@....net
Cc: netfs@...ts.linux.dev,
	linux-fsdevel@...r.kernel.org,
	linux-doc@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Dennis Lam <dennis.lamerice@...il.com>
Subject: [PATCH] docs:filesystems: fix spelling and grammar mistakes on netfs library page

Signed-off-by: Dennis Lam <dennis.lamerice@...il.com>
---
 Documentation/filesystems/netfs_library.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/filesystems/netfs_library.rst b/Documentation/filesystems/netfs_library.rst
index 4cc657d743f7..cc8e7a249de5 100644
--- a/Documentation/filesystems/netfs_library.rst
+++ b/Documentation/filesystems/netfs_library.rst
@@ -111,12 +111,12 @@ The following services are provided:
  * Allow the netfs to expand a readahead request in both directions to meet its
    needs.
 
- * 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.
 
  * Handle local caching, allowing cached data and server-read data to be
    interleaved for a single request.
 
- * Handle clearing of bufferage that aren't on the server.
+ * Handle clearing of bufferages that aren't on the server.
 
  * Handle retrying of reads that failed, switching reads from the cache to the
    server as necessary.
-- 
2.46.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ