]> granicus.if.org Git - zfs/commitdiff
Fix a typo in ZIL write handling comment
authorluozhengzheng <luo.zhengzheng@zte.com.cn>
Fri, 12 Aug 2016 09:41:28 +0000 (17:41 +0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 12 Aug 2016 17:30:16 +0000 (10:30 -0700)
The following comment in zil.h

 * WR_COPIED:
 *    If we know we'll immediately be committing the
 *    transaction (FSYNC or FDSYNC), then we allocate a larger
 *    log record here for the data and copy the data in.

The word "the" should be "then".

Signed-off-by: luozhengzheng <luo.zhengzheng@zte.com.cn>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4961

include/sys/zil.h

index 1f04d1833664075dad08a91860f4ded72e279ac2..ed0810aa1a9efdaa232735acdba86bf7f68e1491 100644 (file)
@@ -361,7 +361,7 @@ typedef struct {
  *     - the write occupies only one block
  * WR_COPIED:
  *    If we know we'll immediately be committing the
- *    transaction (FSYNC or FDSYNC), the we allocate a larger
+ *    transaction (FSYNC or FDSYNC), then we allocate a larger
  *    log record here for the data and copy the data in.
  * WR_NEED_COPY:
  *    Otherwise we don't allocate a buffer, and *if* we need to