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:
Kumar Gala 2018-05-23 08:47:58 -05:00 committed by Anas Nashif
parent 084386302f
commit 6ef2f76b2f

View file

@ -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 */