Browse Source

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>
pull/69536/head
Daniel Leung 1 year ago committed by Anas Nashif
parent
commit
9fda7a3234
  1. 2
      share/sysbuild/cmake/modules/sysbuild_extensions.cmake

2
share/sysbuild/cmake/modules/sysbuild_extensions.cmake

@ -120,7 +120,7 @@ endfunction() @@ -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…
Cancel
Save