Skip to content

Commit

Permalink
Merge pull request #11 from frederic-mahe/patch-2
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
lczech authored Mar 22, 2024
2 parents 19de973 + c3c59d3 commit 24c722d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/genesis/utils/core/std.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ namespace utils {
// =================================================================================================

// We define them here as specified by later standards.
// Using them this way allows us to easly switch them off (by turning them into empty statements).
// Using them this way allows us to easily switch them off (by turning them into empty statements).
// #define GENESIS_LIKELY [[likely]]
// #define GENESIS_UNLIKELY [[unlikely]]
#define GENESIS_LIKELY
Expand Down

0 comments on commit 24c722d

Please sign in to comment.