Skip to content

Commit 84b6187

Browse files
author
Nir Sonnenschein
committed
fix comment issues
1 parent ffaf083 commit 84b6187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ typedef struct psa_spm_hash_clone_s {
3333
// ---------------------------------- Globals ----------------------------------
3434
static int psa_spm_init_refence_counter = 0;
3535

36-
/* maximal memoty allocation for reading large hash ort mac input buffers.
36+
/* maximal memory allocation for reading large hash or mac input buffers.
3737
the data will be read in chunks of size */
3838
#if !defined (MAX_DATA_CHUNK_SIZE_IN_BYTES)
3939
#define MAX_DATA_CHUNK_SIZE_IN_BYTES 400

0 commit comments

Comments
 (0)