Fix typo: process_and_record_tramsaction -> process_and_record_transaction (#31974)

This commit is contained in:
Andrew Fitzgerald 2023-06-06 10:29:31 -07:00 committed by GitHub
parent 83ac66caa1
commit a2e7d1356c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pub enum QosMetrics {
// QosService is local to each banking thread, each instance of QosService provides services to
// one banking thread.
// It hosts a private thread for async metrics reporting, tagged with banking threads ID. Banking
// thread calls `report_metrics(slot)` at end of `process_and_record_tramsaction()`, or any time
// thread calls `report_metrics(slot)` at end of `process_and_record_transaction()`, or any time
// it wants, QosService sends `slot` to reporting thread via channel, signalling stats to be
// reported if new bank slot has changed.
//