Commit 845ba685 authored by Paul Bone's avatar Paul Bone
Browse files

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

Differential Revision: https://phabricator.services.mozilla.com/D173098

Depends on D172655
parent 039c4531
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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