Skip to content

Commit 86090ff

Browse files
fixed typo in variable name in assertion
1 parent 83bd76f commit 86090ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/libtensor/include/utils/type_dispatch.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class DispatchTableBuilder
8080
factory<funcPtrT, dstTy, double>{}.get(),
8181
factory<funcPtrT, dstTy, std::complex<float>>{}.get(),
8282
factory<funcPtrT, dstTy, std::complex<double>>{}.get()};
83-
assert(per_dsTy.size() == _num_types);
83+
assert(per_dstTy.size() == _num_types);
8484
return per_dstTy;
8585
}
8686

0 commit comments

Comments
 (0)