We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffaf083 commit 84b6187Copy full SHA for 84b6187
components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_partition.c
@@ -33,7 +33,7 @@ typedef struct psa_spm_hash_clone_s {
33
// ---------------------------------- Globals ----------------------------------
34
static int psa_spm_init_refence_counter = 0;
35
36
-/* maximal memoty allocation for reading large hash ort mac input buffers.
+/* maximal memory allocation for reading large hash or mac input buffers.
37
the data will be read in chunks of size */
38
#if !defined (MAX_DATA_CHUNK_SIZE_IN_BYTES)
39
#define MAX_DATA_CHUNK_SIZE_IN_BYTES 400
0 commit comments