From 6032673b399746b356979d960bf30ccbb446881f Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 22 Jul 2019 20:10:36 +0200 Subject: [PATCH] Fix Doxygen reference Pass doxygen.sh --- include/psa/crypto_se_driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto_se_driver.h b/include/psa/crypto_se_driver.h index bdc038e88..e7fe00671 100644 --- a/include/psa/crypto_se_driver.h +++ b/include/psa/crypto_se_driver.h @@ -65,7 +65,7 @@ typedef struct { * * The size of this buffer is given by psa_drv_se_t::persistent_data_size * when the driver is registered, and this value is also recorded in the - * ::persistent_data_size field of this structure. + * psa_drv_se_context_t::persistent_data_size field of this structure. * * Before the driver is initialized for the first time, the content of * the persistent data is all-bits-zero. After a driver upgrade, if the