mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fix typo
This commit is contained in:
@@ -41,7 +41,7 @@ struct Block;
|
||||
class CodeGenerator
|
||||
{
|
||||
public:
|
||||
/// Performs code generation and appends generated to to _assembly.
|
||||
/// Performs code generation and appends generated to _assembly.
|
||||
static void assemble(
|
||||
Block const& _parsedData,
|
||||
AsmAnalysisInfo& _analysisInfo,
|
||||
|
||||
Reference in New Issue
Block a user