Skip to content

Commit 897f692

Browse files
committed
Remove typo
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 5fe8be1 commit 897f692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/llm/custom_ops/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if(EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT)
9898
target_link_libraries(custom_ops_aot_lib PUBLIC portable_lib)
9999
else()
100100
# If no portable_lib, custom_ops_aot_lib still gives the ability to use the
101-
# ops in PyTorchk
101+
# ops in PyTorch
102102
target_link_libraries(custom_ops_aot_lib PUBLIC executorch_core)
103103
endif()
104104

0 commit comments

Comments
 (0)