mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix spelling.
This commit is contained in:
parent
f3bc7157df
commit
c7bb117d50
@ -49,7 +49,7 @@ struct AssignedValue;
|
||||
* to sstore, as we don't know whether the memory location will be read once we leave the function's scope,
|
||||
* so the statement will be removed only if all code code paths lead to a memory overwrite.
|
||||
*
|
||||
* The m_store member of UnusedStoreBase uses the key "m" for memory ond "s" for storage stores.
|
||||
* The m_store member of UnusedStoreBase uses the key "m" for memory and "s" for storage stores.
|
||||
*
|
||||
* Best run in SSA form.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user