1
0
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:
Cynthia Shang 2018-11-30 18:47:42 -05:00 committed by David Steele
parent 977506b446
commit 47490ba960

View File

@ -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?
};