Commit 3aea2528 authored by Tal Pressman's avatar Tal Pressman Committed by Chromium LUCI CQ

Fix typo.

Change-Id: I3448e3a73e84981cc1a4f2c22aabb0ec5cfa703c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601893
Commit-Queue: Tal Pressman <talp@google.com>
Commit-Queue: Kentaro Hara <haraken@chromium.org>
Auto-Submit: Tal Pressman <talp@google.com>
Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#839297}
parent f12933c7
...@@ -348,7 +348,7 @@ class Member : public MemberBase<T, TracenessMemberConfiguration::kTraced> { ...@@ -348,7 +348,7 @@ class Member : public MemberBase<T, TracenessMemberConfiguration::kTraced> {
// heap allocated objects. // heap allocated objects.
// However instead of creating a strong pointer to the object, the WeakMember // However instead of creating a strong pointer to the object, the WeakMember
// creates a weak pointer, which does not keep the pointee alive. Hence if all // creates a weak pointer, which does not keep the pointee alive. Hence if all
// pointers to to a heap allocated object are weak the object will be garbage // pointers to a heap allocated object are weak the object will be garbage
// collected. At the time of GC the weak pointers will automatically be set to // collected. At the time of GC the weak pointers will automatically be set to
// null. // null.
template <typename T> template <typename T>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment