summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/qnx6.rst
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2022-08-31 17:28:28 -0700
committerJonathan Corbet <corbet@lwn.net>2022-09-27 13:21:44 -0600
commit622d6f198737c26a47d892f29d054bf20df5a460 (patch)
treee1cd209bc899d6d6bd8c67a57ad7a6428324324a /Documentation/filesystems/qnx6.rst
parent67fe6792a7fb9b7af85d1abf44605c3ab7d3b5f7 (diff)
downloadlinux-stable-622d6f198737c26a47d892f29d054bf20df5a460.tar.gz
linux-stable-622d6f198737c26a47d892f29d054bf20df5a460.tar.bz2
linux-stable-622d6f198737c26a47d892f29d054bf20df5a460.zip
Documentation: filesystems: correct possessive "its"
Change occurrences of "it's" that are possessive to "its" so that they don't read as "it is". For f2fs.rst, reword one description for better clarity. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-fsdevel@vger.kernel.org Cc: linux-f2fs-devel@lists.sourceforge.net Cc: linux-xfs@vger.kernel.org Cc: Christian Brauner <brauner@kernel.org> Cc: Seth Forshee <sforshee@kernel.org> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Theodore Ts'o <tytso@mit.edu> Cc: Jaegeuk Kim <jaegeuk@kernel.org> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: "Christian Brauner (Microsoft)" <brauner@kernel.org> Reviewed-by: Chao Yu <chao@kernel.org> Reviewed-by: Jaegeuk Kim <jaegeuk@kernel.org> Link: https://lore.kernel.org/r/20220901002828.25102-1-rdunlap@infradead.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems/qnx6.rst')
-rw-r--r--Documentation/filesystems/qnx6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/qnx6.rst b/Documentation/filesystems/qnx6.rst
index fd13433d362c..523b798f04e7 100644
--- a/Documentation/filesystems/qnx6.rst
+++ b/Documentation/filesystems/qnx6.rst
@@ -176,7 +176,7 @@ Then userspace.
The requirement for a static, fixed preallocated system area comes from how
qnx6fs deals with writes.
-Each superblock got it's own half of the system area. So superblock #1
+Each superblock got its own half of the system area. So superblock #1
always uses blocks from the lower half while superblock #2 just writes to
blocks represented by the upper half bitmap system area bits.