Spelling fix

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2022-07-20 11:09:17 +01:00
parent 582f72bf3b
commit a14f5d9bd6

View File

@ -131,7 +131,7 @@ function(link_to_source base_name)
set(target "${CMAKE_CURRENT_SOURCE_DIR}/${base_name}") set(target "${CMAKE_CURRENT_SOURCE_DIR}/${base_name}")
endif() endif()
# Linking to non-existant file is not desirable. At best you will have a # Linking to non-existent file is not desirable. At best you will have a
# dangling link, but when building in tree, this can create a symbolic link # dangling link, but when building in tree, this can create a symbolic link
# to itself. # to itself.
if (EXISTS ${target} AND NOT EXISTS ${link}) if (EXISTS ${target} AND NOT EXISTS ${link})