aboutsummaryrefslogtreecommitdiff
path: root/example/ipsec_crypto/odp_ipsec_sa_db.h
diff options
context:
space:
mode:
authorTianyu Li <tianyu.li@arm.com>2023-08-11 08:13:12 +0000
committerMatias Elo <matias.elo@nokia.com>2023-08-14 13:32:53 +0300
commitee18d27f26b5f922c3f2b1fb7cb085cc628b3962 (patch)
treecff24c1bf6effc70105837eba51ed080e47d958d /example/ipsec_crypto/odp_ipsec_sa_db.h
parent87bc681244326e624a7dbd0e76410c7757c485c8 (diff)
example: fix typos
Fix spelling errors found by crate-ci/typos. Signed-off-by: Tianyu Li <tianyu.li@arm.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'example/ipsec_crypto/odp_ipsec_sa_db.h')
-rw-r--r--example/ipsec_crypto/odp_ipsec_sa_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ipsec_crypto/odp_ipsec_sa_db.h b/example/ipsec_crypto/odp_ipsec_sa_db.h
index 771fcb215..72231369f 100644
--- a/example/ipsec_crypto/odp_ipsec_sa_db.h
+++ b/example/ipsec_crypto/odp_ipsec_sa_db.h
@@ -29,7 +29,7 @@ typedef enum sa_flags_s {
typedef struct sa_db_entry_s {
struct sa_db_entry_s *next; /**< Next entry on list */
uint32_t src_ip; /**< Source IPv4 address */
- uint32_t dst_ip; /**< Desitnation IPv4 address */
+ uint32_t dst_ip; /**< Destination IPv4 address */
uint32_t spi; /**< Security Parameter Index */
ipsec_alg_t alg; /**< Cipher/auth algorithm */
ipsec_key_t key; /**< Cipher/auth key */