diff --git a/packages/protocol/contracts/bridge/Bridge.sol b/packages/protocol/contracts/bridge/Bridge.sol index 574cc7c06e2..4e220acf89e 100644 --- a/packages/protocol/contracts/bridge/Bridge.sol +++ b/packages/protocol/contracts/bridge/Bridge.sol @@ -353,7 +353,7 @@ contract Bridge is EssentialContract, IBridge { } // We check _message.gasLimit > gasleft() to make sure we not only need to bridge invocation - // call to succeeed, we also need it to succeed with a gas limit no smaller than the + // call to succeed, we also need it to succeed with a gas limit no smaller than the // message's gasLimit. // Also if caller is not the destOwner, we need to be sure there is enough gas for rest of // the code to finish execution.