Skip to content

Commit 2d4af00

Browse files
Andrzej KurekAndrzejKurek
authored andcommitted
Remove a comment from script
1 parent ab7ee36 commit 2d4af00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atecc608a_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
status = PSA_SUCCESS; \
6868
} while(0)
6969

70-
/** Check if an ATCA operation is succesfull, translate the error otherwise. */
70+
/** Check if an ATCA operation is successful, translate the error otherwise. */
7171
#define ASSERT_SUCCESS(expression) ASSERT_STATUS(expression, ATCA_SUCCESS, \
7272
atecc608a_to_psa_error(ASSERT_result))
7373

update-crypto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ if [ ! -d TARGET_IGNORE/mbed-crypto ]; then
1717
make update
1818
fi
1919
make
20-
#cd $curdir
20+

0 commit comments

Comments
 (0)