Bug 1822451 - Update a function name in a comment r=glandium

Depends on D172655

Differential Revision: https://phabricator.services.mozilla.com/D173098
This commit is contained in:
Paul Bone 2023-03-29 11:08:16 +00:00
parent cd6b755d18
commit 46b807b395

View File

@ -17,7 +17,7 @@
// can decide to implement those methods or not.
//
// Replace-malloc libraries can provide such a bridge by implementing
// a ReplaceMallocBridge-derived class, and a replace_get_bridge function
// a ReplaceMallocBridge-derived class, and a get_bridge function
// returning an instance of that class. The default methods in
// ReplaceMallocBridge are expected to return values that callers would
// understand as "the bridge doesn't implement this method", so that a