Skip to content

Commit 657a45b

Browse files
committed
Fix typo in the comment
1 parent a690214 commit 657a45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/backend/kernels/elementwise_functions/spacing.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ struct SpacingFunctor
5353

5454
constexpr argT inf = std::numeric_limits<argT>::infinity();
5555
if constexpr (std::is_same_v<argT, sycl::half>) {
56-
// numpy laways computes spacing towards +inf for float16 dtype
56+
// numpy always computes spacing towards +inf for float16 dtype
5757
return sycl::nextafter(x, inf) - x;
5858
}
5959
else {

0 commit comments

Comments
 (0)