mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-05 15:05:48 +02:00
Fix comment typo.
Contributed by Cynthia Shang.
This commit is contained in:
parent
977506b446
commit
47490ba960
@ -49,7 +49,7 @@ struct CipherBlock
|
||||
EVP_CIPHER_CTX *cipherContext; // Encrypt/decrypt context
|
||||
|
||||
IoFilter *filter; // Filter interface
|
||||
Buffer *buffer; // Internal buffer is case destination buffer isn't large enough
|
||||
Buffer *buffer; // Internal buffer in case destination buffer isn't large enough
|
||||
bool inputSame; // Is the same input required on next process call?
|
||||
bool done; // Is processing done?
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user