Skip to content

Commit da5f2f7

Browse files
committed
Corrected typdef typos to typedef
1 parent cf4049a commit da5f2f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dpctl/tensor/libtensor/include/kernels/elementwise_functions/common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ struct BinaryContigRowContigMatrixBroadcastingFunctor
618618
}
619619
};
620620

621-
// Typdefs for function pointers
621+
// Typedefs for function pointers
622622

623623
typedef sycl::event (*unary_contig_impl_fn_ptr_t)(
624624
sycl::queue,

dpctl/tensor/libtensor/include/kernels/elementwise_functions/common_inplace.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ struct BinaryInplaceStridedFunctor
191191
}
192192
};
193193

194-
// Typdefs for function pointers
194+
// Typedefs for function pointers
195195

196196
typedef sycl::event (*binary_inplace_contig_impl_fn_ptr_t)(
197197
sycl::queue,

0 commit comments

Comments
 (0)