Skip to content

Commit f456dca

Browse files
committed
Comment typo.
1 parent c15ce58 commit f456dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/bitcoin/system/math/multiplication.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
namespace libbitcoin {
2525
namespace system {
2626

27-
/// Safely determine whether product is a whole mutiple of value.
27+
/// Safely determine whether product is a whole multiple of value.
2828
template <typename Integer,
2929
if_integer<Integer> = true>
3030
constexpr bool is_multiple(Integer product, Integer value) NOEXCEPT;

0 commit comments

Comments
 (0)