diff options
-rw-r--r-- | include/sys/zil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/zil.h b/include/sys/zil.h index 1f04d1833..ed0810aa1 100644 --- a/include/sys/zil.h +++ b/include/sys/zil.h @@ -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 |