Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Nov 22, 2024
1 parent 76a77b4 commit a7d6fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/src/barrier/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub(super) struct GlobalBarrierWorker<C> {
/// Command that has been collected but is still completing.
completing_tasks: CompletingTasks,

/// Command that has been completed but is still commiting.
/// Command that has been completed but is still committing.
/// The join handle of the committing future is stored.
committing_task: CommittingTask,

Expand Down

0 comments on commit a7d6fc2

Please sign in to comment.