sysbuild: typo s/guranteed/guaranteed/
Simply added the missing 'a' in guaranteed. Found this when I was too lazy to search for the correct spelling and was hoping to just grep for it. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
650a59479c
commit
9fda7a3234
|
@ -120,7 +120,7 @@ endfunction()
|
|||
# invocation if the sysbuild cache has changed. It is
|
||||
# advised to always use this flag. Not using this flag can
|
||||
# reduce build time, but only do so if application is
|
||||
# guranteed to be up-to-date.
|
||||
# guaranteed to be up-to-date.
|
||||
#
|
||||
function(sysbuild_cache)
|
||||
cmake_parse_arguments(SB_CACHE "CREATE;CMAKE_RERUN" "APPLICATION" "" ${ARGN})
|
||||
|
|
Loading…
Reference in a new issue