Skip to content

Commit

Permalink
[typo] Fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zxealous committed May 20, 2022
1 parent 2dae192 commit ee37d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java
Original file line number Diff line number Diff line change
Expand Up @@ -2076,7 +2076,7 @@ private TUniqueId fragmentInstanceId() {

// execution parameters for a single fragment,
// per-fragment can have multiple FInstanceExecParam,
// used to assemble TPlanFragmentExecParas
// used to assemble TPlanFragmentExecParams
protected class FragmentExecParams {
public PlanFragment fragment;
public List<TPlanFragmentDestination> destinations = Lists.newArrayList();
Expand Down Expand Up @@ -2214,7 +2214,7 @@ public void appendTo(StringBuilder sb) {
}

// fragment instance exec param, it is used to assemble
// the per-instance TPlanFragmentExecParas, as a member of
// the per-instance TPlanFragmentExecParams, as a member of
// FragmentExecParams
static class FInstanceExecParam {
TUniqueId instanceId;
Expand Down

0 comments on commit ee37d33

Please sign in to comment.