Skip to content

Commit 0a5fba7

Browse files
Update ERC2771Forwarder assembly comment (#4972)
Co-authored-by: ernestognw <[email protected]>
1 parent 9558e54 commit 0a5fba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/metatx/ERC2771Forwarder.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ contract ERC2771Forwarder is EIP712, Nonces {
311311
uint256 returnValue;
312312
/// @solidity memory-safe-assembly
313313
assembly {
314-
// Perform the staticcal and save the result in the scratch space.
314+
// Perform the staticcall and save the result in the scratch space.
315315
// | Location | Content | Content (Hex) |
316316
// |-----------|----------|--------------------------------------------------------------------|
317317
// | | | result ↓ |

0 commit comments

Comments
 (0)