Skip to content

Commit 77773e8

Browse files
committed
Tiny typo
Signed-off-by: Lukasz Stafiniak <lukstafi@gmail.com>
1 parent bdeea32 commit 77773e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrayjit/lib/builtins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ CAMLprim value arrayjit_single_to_fp8(value v_float)
774774
}
775775

776776
// TODO: a more efficient approach would involve computing strides once and using memcpy
777-
// for contiguous inner slices, but that adds complexity).
777+
// for contiguous inner slices, but that adds complexity.
778778
CAMLprim value arrayjit_copy_with_padding(value v_source, value v_target, value v_padding)
779779
{
780780
CAMLparam3(v_source, v_target, v_padding);

0 commit comments

Comments
 (0)