chore: fix some comments (#7215)

Signed-off-by: cangqiaoyuzhuo <850072022@qq.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
cangqiaoyuzhuo
2024-06-13 13:06:08 +09:00
committed by GitHub
parent c52975b275
commit 90d2db9736
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ import com.google.common.base.Suppliers;
import org.apache.tuweni.bytes.Bytes;
/**
* For code versions where code can be deemed "invalid" this represents a cachable instance of
* For code versions where code can be deemed "invalid" this represents a cacheable instance of
* invalid code. Note that EXTCODE operations can still access invalid code.
*/
public class CodeInvalid implements Code {

View File

@@ -466,7 +466,7 @@ public class UpnpNatManager extends AbstractNatManager {
futures.add(future);
}
// return a future that completes succeessfully only when each of our port delete requests
// return a future that completes successfully only when each of our port delete requests
// complete
return CompletableFuture.allOf(futures.toArray(new CompletableFuture<?>[0]));
}