fix comment typos (#22723)

This commit is contained in:
Jeff Washington (jwash) 2022-01-25 11:10:42 -06:00 committed by GitHub
parent f366e0f890
commit 8b90084ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4247,7 +4247,7 @@ impl AccountsDb {
// `add_root()` should be called first
let mut safety_checks_elapsed = Measure::start("safety_checks_elapsed");
let non_roots = slots
// Only safe to check when there are duplciate versions of a slot
// Only safe to check when there are duplicate versions of a slot
// because ReplayStage will not make new roots before dumping the
// duplicate slots first. Thus we will not be in a case where we
// root slot `S`, then try to dump some other version of slot `S`, the