]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
FS: JFS: (trivial) Fix grammatical error in extAlloc
authorImmad Mir <mirimmad17@gmail.com>
Wed, 28 Jun 2023 07:44:21 +0000 (13:14 +0530)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Tue, 18 Jul 2023 19:48:31 +0000 (14:48 -0500)
 There is a grammatical error in one the commnents
 in extAlloc function.

Signed-off-by: Immad Mir <mirimmad17@gmail.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/jfs/jfs_extent.c

index ae99a7e232eebd1c06aaaf4e8bc9d9ef3f9c95ec..adaa9ad50d4c8e38e1299296c398f176a9c5471d 100644 (file)
@@ -166,7 +166,7 @@ extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr)
        /*
         * COMMIT_SyncList flags an anonymous tlock on page that is on
         * sync list.
-        * We need to commit the inode to get the page written disk.
+        * We need to commit the inode to get the page written to the disk.
         */
        if (test_and_clear_cflag(COMMIT_Synclist,ip))
                jfs_commit_inode(ip, 0);