diff options
author | Andrea Gelmini <[email protected]> | 2019-08-30 18:53:15 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-08-30 09:53:15 -0700 |
commit | cf7c5a030e505451e0cbadc49e33e41f5219c44b (patch) | |
tree | ff7d12d4b31739ea8fe625991d6283284443c0a3 /include/sys/zil.h | |
parent | 0463c955011fc3913f9aaad6c686f48f118d2fef (diff) |
Fix typos in include/
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #9238
Diffstat (limited to 'include/sys/zil.h')
-rw-r--r-- | include/sys/zil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/zil.h b/include/sys/zil.h index cfa5e3995..6b038a9dd 100644 --- a/include/sys/zil.h +++ b/include/sys/zil.h @@ -80,7 +80,7 @@ typedef struct zil_header { * Log blocks are chained together. Originally they were chained at the * end of the block. For performance reasons the chain was moved to the * beginning of the block which allows writes for only the data being used. - * The older position is supported for backwards compatability. + * The older position is supported for backwards compatibility. * * The zio_eck_t contains a zec_cksum which for the intent log is * the sequence number of this log block. A seq of 0 is invalid. @@ -421,7 +421,7 @@ typedef struct zil_stats { /* * Number of transactions (reads, writes, renames, etc.) - * that have been commited. + * that have been committed. */ kstat_named_t zil_itx_count; |