summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/ctr_encryption_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/crypto/ctr_encryption_layer.h')
-rw-r--r--src/core/crypto/ctr_encryption_layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/crypto/ctr_encryption_layer.h b/src/core/crypto/ctr_encryption_layer.h
index 77f08d776..d85ad8f78 100644
--- a/src/core/crypto/ctr_encryption_layer.h
+++ b/src/core/crypto/ctr_encryption_layer.h
@@ -11,7 +11,7 @@
namespace Core::Crypto {
-// Sits on top of a VirtualFile and provides CTR-mode AES decription.
+// Sits on top of a VirtualFile and provides CTR-mode AES description.
class CTREncryptionLayer : public EncryptionLayer {
public:
using IVData = std::array<u8, 16>;