mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-22 17:03:32 +00:00
[llvm] add missing word in a comment
This commit is contained in:
parent
90ca7b3bca
commit
4f52f7373f
@ -167,8 +167,8 @@ if(compiler_rt_path)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# We create a list the names of all the runtime projects in all uppercase and
|
||||
# with dashes turned to underscores. This gives us the CMake variable prefixes
|
||||
# Create a list with the names of all the runtime projects in all uppercase and
|
||||
# with dashes turned to underscores. This gives us the CMake variable `prefixes`
|
||||
# for all variables that will apply to runtimes.
|
||||
foreach(entry ${runtimes})
|
||||
get_filename_component(projName ${entry} NAME)
|
||||
|
Loading…
x
Reference in New Issue
Block a user