Skip to content

Commit dec455a

Browse files
committed
trustzone: codespell fixes
1 parent fd55b79 commit dec455a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/trustzone/non-secure/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ target_link_options(non-secure PRIVATE
1515
--cpu=$<TARGET_PROPERTY:secure,CPU>
1616
--config ${CMAKE_CURRENT_SOURCE_DIR}/v2m-mps2_ns.icf
1717
--semihosting
18-
# TODO 5: Link agains the import library generated from the `secure` target
18+
# TODO 5: Link against the import library generated from the `secure` target
1919
# TODO 6: Specify "no entry point" for the `non-secure` target
2020
)

examples/trustzone/non-secure/non-secure-hello.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void main_ns(void)
4444
/* Nothing more to do at this point... */
4545
}
4646

47-
/* Inteface towards the secure part */
47+
/* Interface towards the secure part */
4848
#pragma location=NON_SECURE_ENTRY_TABLE
4949
__root const non_secure_init_t init_table =
5050
{

0 commit comments

Comments
 (0)