aboutsummaryrefslogtreecommitdiff
path: root/pw_system/work_queue.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pw_system/work_queue.cc')
-rw-r--r--pw_system/work_queue.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_system/work_queue.cc b/pw_system/work_queue.cc
index 4c680e285..e754dbb00 100644
--- a/pw_system/work_queue.cc
+++ b/pw_system/work_queue.cc
@@ -19,7 +19,7 @@
namespace pw::system {
-// TODO(b/234876895): Consider switching this to a "NoDestroy" wrapped type to
+// TODO: b/234876895 - Consider switching this to a "NoDestroy" wrapped type to
// allow the static destructor to be optimized out.
work_queue::WorkQueue& GetWorkQueue() {
static constexpr size_t kMaxWorkQueueEntries =