[gardening] Another comment update to trigger g3 bot

TEST=ci

Change-Id: Iaf89c917341fdf96f344818d22f44f8d430537c3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/193894
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
This commit is contained in:
Alexander Aprelev
2021-04-02 21:44:35 +00:00
parent 744fa0ba2d
commit 8aee73537e
+1 -1
View File
@@ -214,7 +214,7 @@ class BreakpointLocation {
// The CodeBreakpoint is enabled if it has any such BreakpointLocations
// associated with it.
// The class is not thread-safe - users of this class need to ensure the access
// is synchronized, guarded by mutexes.
// is synchronized, guarded by mutexes or run inside of a safepoint scope.
class CodeBreakpoint {
public:
// Unless CodeBreakpoint is unlinked and is no longer used there should be at