From 0a5fba7a7ed726698477c7772be5d17afe69f118 Mon Sep 17 00:00:00 2001 From: Snoppy Date: Tue, 26 Mar 2024 20:03:56 +0800 Subject: [PATCH] Update ERC2771Forwarder assembly comment (#4972) Co-authored-by: ernestognw --- contracts/metatx/ERC2771Forwarder.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/metatx/ERC2771Forwarder.sol b/contracts/metatx/ERC2771Forwarder.sol index fe2c9d1d5..b305cb019 100644 --- a/contracts/metatx/ERC2771Forwarder.sol +++ b/contracts/metatx/ERC2771Forwarder.sol @@ -311,7 +311,7 @@ contract ERC2771Forwarder is EIP712, Nonces { uint256 returnValue; /// @solidity memory-safe-assembly assembly { - // Perform the staticcal and save the result in the scratch space. + // Perform the staticcall and save the result in the scratch space. // | Location | Content | Content (Hex) | // |-----------|----------|--------------------------------------------------------------------| // | | | result ↓ |