Skip to content

Commit 25677ce

Browse files
authored
Merge pull request #15717 from piguagua/piguagua_branch
chore: remove redundant word
2 parents 6355ff6 + a3c07eb commit 25677ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libyul/AST.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ struct Literal { langutil::DebugData::ConstPtr debugData; LiteralKind kind; Lite
7373
/// External / internal identifier or label reference
7474
struct Identifier { langutil::DebugData::ConstPtr debugData; YulName name; };
7575
/// AST Node representing a reference to one of the built-in functions (as defined by the dialect).
76-
/// In the source it's an actual name, while in the AST we only store a handle that can be used to find the the function in the Dialect
76+
/// In the source it's an actual name, while in the AST we only store a handle that can be used to find the function in the Dialect
7777
struct BuiltinName { langutil::DebugData::ConstPtr debugData; BuiltinHandle handle; };
7878
/// Assignment ("x := mload(20:u256)", expects push-1-expression on the right hand
7979
/// side and requires x to occupy exactly one stack slot.

0 commit comments

Comments
 (0)