Skip to content

Commit d5c1573

Browse files
committed
fix typo
1 parent 20cd312 commit d5c1573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device/intrinsics/output.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ end
108108

109109
str = globalstring_ptr!(builder, String(fmt), addrspace=2)
110110
subsystem_str = globalstring_ptr!(builder, MTLLOG_SUBSYSTEM, addrspace=2)
111-
category_str = globalstring_ptr!(builder, MTLLOG_CATEGRORY, addrspace=2)
111+
category_str = globalstring_ptr!(builder, MTLLOG_CATEGORY, addrspace=2)
112112
log_type = LLVM.ConstantInt(T_int32, __METAL_OS_LOG_TYPE_DEBUG__)
113113

114114
# compute argsize

0 commit comments

Comments
 (0)