Skip to content

Commit

Permalink
chore: fix some comments (hyperledger#7215)
Browse files Browse the repository at this point in the history
Signed-off-by: cangqiaoyuzhuo <850072022@qq.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
  • Loading branch information
cangqiaoyuzhuo and macfarla authored Jun 13, 2024
1 parent c52975b commit 90d2db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ public void failure(
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]));
}
Expand Down

0 comments on commit 90d2db9

Please sign in to comment.