diff --git a/src/libraries/Lockers.sol b/src/libraries/Lockers.sol index 462a12471..9f312ffbc 100644 --- a/src/libraries/Lockers.sol +++ b/src/libraries/Lockers.sol @@ -84,7 +84,7 @@ library Lockers { } } - /// @notice Potential to underflow. + /// @notice Potential to underflow. /// Current useage ensures this will not happen because we call decrememnt with known boundaries (only up to the numer of times we call increment). function decrementNonzeroDeltaCount() internal { uint256 slot = NONZERO_DELTA_COUNT;