arch: arm: thread.c: Fix typo in comment
Changed CONFIG_BUIILTIN_STACK_GUARD to CONFIG_BUILTIN_STACK_GUARD. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
084386302f
commit
6ef2f76b2f
|
@ -172,4 +172,4 @@ void configure_builtin_stack_guard(struct k_thread *thread)
|
|||
#error "Built-in PSP limit checks not supported by HW"
|
||||
#endif
|
||||
}
|
||||
#endif /* CONFIG_BUIILTIN_STACK_GUARD */
|
||||
#endif /* CONFIG_BUILTIN_STACK_GUARD */
|
||||
|
|
Loading…
Reference in a new issue