Skip to content

Commit b24e8a6

Browse files
author
Julian LALU
committed
Fix typo
1 parent 33b33c6 commit b24e8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/core/i128/i128_intrinsics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ namespace hud
835835
}
836836

837837
/** Right shift this and return the result */
838-
cosntexpr const u128_intrinsics &operator>>=(i32 amount) noexcept
838+
constexpr const u128_intrinsics &operator>>=(i32 amount) noexcept
839839
{
840840
intrinsic_value_ >>= amount;
841841
return *this;

0 commit comments

Comments
 (0)