diff --git a/src/test/utils/DSTestPlus.sol b/src/test/utils/DSTestPlus.sol index 17a19b82..bb1772d4 100644 --- a/src/test/utils/DSTestPlus.sol +++ b/src/test/utils/DSTestPlus.sol @@ -24,7 +24,7 @@ contract DSTestPlus is DSTest { gas(), // Pass along all the gas in the call. 0x04, // Call the identity precompile address. brutalizeWith, // Offset is the bytes' pointer. - 64, // Copy enough to fill only the scratch space. + 64, // Copy enough to only fill the scratch space. 0, // Store the return value in the scratch space. 64 // Scratch space is only 64 bytes in size, we don't want to write further. )