diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-04 19:49:01 -0700 |
---|---|---|
committer | Dave Kleikamp <dave.kleikamp@oracle.com> | 2020-11-13 13:36:00 -0600 |
commit | ed1c9a7a8517fbd0b64dc1a9c62d418b890de62a (patch) | |
tree | e3554d41d48f2f81593d59b43b0cbb4b044e1960 /fs/jfs/jfs_txnmgr.c | |
parent | 585e5b17b92dead8a3aca4e3c9876fbca5f7e0ba (diff) | |
download | lwn-ed1c9a7a8517fbd0b64dc1a9c62d418b890de62a.tar.gz lwn-ed1c9a7a8517fbd0b64dc1a9c62d418b890de62a.zip |
jfs: delete duplicated words + other fixes
Delete repeated words in fs/jfs/.
{for, allocation, if, the}
Insert "is" in one place to correct the grammar.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
To: linux-fsdevel@vger.kernel.org
Cc: jfs-discussion@lists.sourceforge.net
Diffstat (limited to 'fs/jfs/jfs_txnmgr.c')
-rw-r--r-- | fs/jfs/jfs_txnmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/jfs_txnmgr.c b/fs/jfs/jfs_txnmgr.c index c8ce7f1bc594..dca8edd2378c 100644 --- a/fs/jfs/jfs_txnmgr.c +++ b/fs/jfs/jfs_txnmgr.c @@ -1474,7 +1474,7 @@ static int diLog(struct jfs_log * log, struct tblock * tblk, struct lrd * lrd, * For the LOG_NOREDOINOEXT record, we need * to pass the IAG number and inode extent * index (within that IAG) from which the - * the extent being released. These have been + * extent is being released. These have been * passed to us in the iplist[1] and iplist[2]. */ lrd->log.noredoinoext.iagnum = |