Skip to content

Commit a22e3bb

Browse files
committed
Fixed typo
1 parent ae5425c commit a22e3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/SwiftSupport.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ endfunction()
7777
# Usage:
7878
# get_swift_host_arch(result_var_name)
7979
#
80-
# If the current architecture is supportedi by Swift, sets ${result_var_name}
80+
# If the current architecture is supported by Swift, sets ${result_var_name}
8181
# with the sanitized host architecture name derived from CMAKE_SYSTEM_PROCESSOR.
8282
function(get_swift_host_arch result_var_name)
8383
if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64")

0 commit comments

Comments
 (0)