mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-25 13:42:54 -05:00
chore: fix some typos in comments
Signed-off-by: growfrow <growfrow@outlook.com>
This commit is contained in:
2
src/3rdparty/libethash/ethash.h
vendored
2
src/3rdparty/libethash/ethash.h
vendored
@@ -50,7 +50,7 @@ typedef struct ethash_h256 { uint8_t b[32]; } ethash_h256_t;
|
||||
// usage:
|
||||
// ethash_h256_t a = ethash_h256_static_init(1, 2, 3, ... )
|
||||
// have to provide all 32 values. If you don't provide all the rest
|
||||
// will simply be unitialized (not guranteed to be 0)
|
||||
// will simply be unitialized (not guaranteed to be 0)
|
||||
#define ethash_h256_static_init(...) \
|
||||
{ {__VA_ARGS__} }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user