MINOR: fix typo and comment (#14650)

Reviewers: hudeqi <1217150961@qq.com>, Ziming Deng <dengziming1993@gmail.com>.
This commit is contained in:
Gyeongwon, Do 2023-10-28 13:10:53 +09:00 committed by GitHub
parent 37715862d7
commit abde0e0878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -291,8 +291,8 @@ public class QuorumState {
}
/**
* Transition to the "unattached" state. This means we have found an epoch greater than
* or equal to the current epoch, but wo do not yet know of the elected leader.
* Transition to the "unattached" state. This means we have found an epoch greater than the current epoch,
* but we do not yet know of the elected leader.
*/
public void transitionToUnattached(int epoch) {
int currentEpoch = state.epoch();