Skip to content

Commit 05934ce

Browse files
author
Andrzej Kurek
committed
Documentation fix
1 parent b8a2ae8 commit 05934ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ int main(void)
178178
key_type, alg, PSA_KEY_USAGE_VERIFY, pubkey,
179179
pubkey_len));
180180

181-
/* Test that a public key that is exported from a private key - can be
181+
/* Test that a public key that is exported from a private key can be
182182
* imported */
183183
ASSERT_SUCCESS_PSA(atecc608a_drv_info.p_key_management->p_export(
184184
atecc608a_key_slot_device, pubkey, sizeof(pubkey),

0 commit comments

Comments
 (0)