aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/zio_impl.h
diff options
context:
space:
mode:
authorAndrea Gelmini <[email protected]>2019-08-30 18:53:15 +0200
committerBrian Behlendorf <[email protected]>2019-08-30 09:53:15 -0700
commitcf7c5a030e505451e0cbadc49e33e41f5219c44b (patch)
treeff7d12d4b31739ea8fe625991d6283284443c0a3 /include/sys/zio_impl.h
parent0463c955011fc3913f9aaad6c686f48f118d2fef (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/zio_impl.h')
-rw-r--r--include/sys/zio_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/zio_impl.h b/include/sys/zio_impl.h
index fbbe06eb0..8ca124631 100644
--- a/include/sys/zio_impl.h
+++ b/include/sys/zio_impl.h
@@ -87,7 +87,7 @@ extern "C" {
*
* NOP Write:
* The NOP write feature is performed by the ZIO_STAGE_NOP_WRITE stage
- * and is added to an existing write pipeline if a crypographically
+ * and is added to an existing write pipeline if a cryptographically
* secure checksum (i.e. SHA256) is enabled and compression is turned on.
* The NOP write stage will compare the checksums of the current data
* on-disk (level-0 blocks only) and the data that is currently being written.