From 098cb227de2df1da1109b6f04646124c640df02c Mon Sep 17 00:00:00 2001 From: AlexandreSato <66435071+AlexandreSato@users.noreply.github.com> Date: Sun, 25 Jun 2023 16:24:19 -0300 Subject: [PATCH] minor typo on replay.cc comment (#28692) old-commit-hash: dc06ce7ac349a38fe1aa3df9beff45ad7852f224 --- tools/replay/replay.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/replay/replay.cc b/tools/replay/replay.cc index 28adcffb9..a5e227d87 100644 --- a/tools/replay/replay.cc +++ b/tools/replay/replay.cc @@ -100,7 +100,7 @@ void Replay::start(int seconds) { } void Replay::updateEvents(const std::function &lambda) { - // set updating_events to true to force stream thread release the lock and wait for evnets_udpated. + // set updating_events to true to force stream thread release the lock and wait for events_updated. updating_events_ = true; { std::unique_lock lk(stream_lock_);