From fa51faba14dfd891fa99d864ebcb67d8a981c7d7 Mon Sep 17 00:00:00 2001 From: Danno Ferrin Date: Fri, 21 Jun 2024 11:18:31 -0600 Subject: [PATCH] wording Signed-off-by: Danno Ferrin --- .../java/org/hyperledger/besu/evm/code/CodeV1Validation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/src/main/java/org/hyperledger/besu/evm/code/CodeV1Validation.java b/evm/src/main/java/org/hyperledger/besu/evm/code/CodeV1Validation.java index 3c85bd1eb22..0894a541eb2 100644 --- a/evm/src/main/java/org/hyperledger/besu/evm/code/CodeV1Validation.java +++ b/evm/src/main/java/org/hyperledger/besu/evm/code/CodeV1Validation.java @@ -72,7 +72,7 @@ public CodeV1Validation(final int maxContainerSize) { * Validates the code and stack for the EOF Layout, with optional deep consideration of the * containers. * - * @param layout The parsed EOFLayout of the code + * @param layout The parsed EOFLayout of the code that will be examined by stack and bytecode validation. * @return either null, indicating no error, or a String describing the validation error. */ @SuppressWarnings(