1
0
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:
growfrow
2024-04-18 16:54:52 +08:00
parent 4ab9329dda
commit 34475db2b3
4 changed files with 5 additions and 5 deletions

View File

@@ -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__} }