mdbx++: fix minor comment typo.

Change-Id: Ic169523218b366be0688ab92b76c4120df829ba3
This commit is contained in:
Leonid Yuriev 2022-01-17 11:06:27 +03:00
parent c588af6aca
commit a6acc9d1a3

View File

@ -683,7 +683,7 @@ static inline uint64_t bswap64(uint64_t v) noexcept {
#endif
}
#endif /* __BYTE_ORDER__ */
#endif /* ifdef bswap64 */
#endif /* ifndef bswap64 */
static inline char b58_8to11(uint64_t &v) noexcept {
const unsigned i = unsigned(v % 58);