Skip to content

Commit a3c07eb

Browse files
committed
chore: remove redundant word
Signed-off-by: piguagua <piguagua@aliyun.com>
1 parent 6355ff6 commit a3c07eb

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)