summaryrefslogtreecommitdiff
path: root/vulkan/libvulkan/debug_report.h
diff options
context:
space:
mode:
Diffstat (limited to 'vulkan/libvulkan/debug_report.h')
-rw-r--r--vulkan/libvulkan/debug_report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vulkan/libvulkan/debug_report.h b/vulkan/libvulkan/debug_report.h
index 3d8bd50c28..e5b1587b4f 100644
--- a/vulkan/libvulkan/debug_report.h
+++ b/vulkan/libvulkan/debug_report.h
@@ -78,7 +78,7 @@ class DebugReportCallbackList {
VkDebugReportCallbackEXT driver_handle;
};
- // TODO(jessehall): replace with std::shared_mutex when available in libc++
+ // TODO(b/143295577): use std::shared_mutex when available in libc++
mutable std::shared_timed_mutex rwmutex_;
Node head_;
};