From 8617655a244cba79a511d56cf5ad0e62760855b5 Mon Sep 17 00:00:00 2001 From: t11s Date: Wed, 4 May 2022 12:34:01 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Better=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test/utils/DSTestPlus.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. )