From 0c6d2ef1f4b28129ee069d9b3c92f88221325d72 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Tue, 10 Jul 2018 16:59:31 -0600 Subject: [PATCH] Fix typo --- benches/bank.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benches/bank.rs b/benches/bank.rs index fe67fc6406ed5d..f68e45a80a5600 100644 --- a/benches/bank.rs +++ b/benches/bank.rs @@ -34,7 +34,7 @@ fn bench_process_transaction(bencher: &mut Bencher) { let tx = Transaction::new(&rando0, rando1.pubkey(), 1, last_id); assert!(bank.process_transaction(&tx.clone()).is_ok()); - // Finally, return a the transaction to benchmark. + // Finally, return the transaction to the benchmark. tx }) .collect();