Fix various Linter issues and mispelling
This commit is contained in:
@@ -90,7 +90,7 @@ typedef struct ethPluginSharedRO_s {
|
||||
|
||||
// Plugin-only memory allocated by the Ethereum application and used by the plugin.
|
||||
#define PLUGIN_CONTEXT_SIZE (5 * INT256_LENGTH)
|
||||
// It is recommended to cast the raw uin8_t array to a structure meaningfull for your plugin
|
||||
// It is recommended to cast the raw uin8_t array to a structure meaningful for your plugin
|
||||
// Helper to check that the actual plugin context structure is not bigger than the allocated memory
|
||||
#define ASSERT_SIZEOF_PLUGIN_CONTEXT(s) \
|
||||
_Static_assert(sizeof(s) <= PLUGIN_CONTEXT_SIZE, "Plugin context structure is too big.")
|
||||
|
||||
Reference in New Issue
Block a user