From 8b90084ebcd94e74a410fe50075dbc69af3c2eba Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" Date: Tue, 25 Jan 2022 11:10:42 -0600 Subject: [PATCH] fix comment typos (#22723) --- runtime/src/accounts_db.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/accounts_db.rs b/runtime/src/accounts_db.rs index 46642a016..00cf801de 100644 --- a/runtime/src/accounts_db.rs +++ b/runtime/src/accounts_db.rs @@ -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