mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-21 17:38:02 -05:00
general: fix spelling mistakes
This commit is contained in:
@ -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>;
|
||||
|
Reference in New Issue
Block a user