Skip to content

Commit

Permalink
Fix another typo (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
japinli authored Sep 3, 2024
1 parent 12fd224 commit 79edabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encryption/enc_tde.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pg_tde_crypt_simple(const char* iv_prefix, uint32 start_offset, const char* data
* pg_tde_crypt_complex:
* Encrypts/decrypts `data` with a given `key`. The result is written to `out`.
* start_offset: is the absolute location of start of data in the file.
* This is a generic function indented for large data, that od not fit into a single block
* This is a generic function intended for large data, that do not fit into a single block
*/
static void
pg_tde_crypt_complex(const char* iv_prefix, uint32 start_offset, const char* data, uint32 data_len, char* out, RelKeyData* key, const char* context)
Expand Down

0 comments on commit 79edabb

Please sign in to comment.