commit | c347e40ed386bc63c01bb3bb8243084681c2056b | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <[email protected]> | Thu Apr 19 17:53:50 2018 |
committer | Commit Bot <[email protected]> | Thu Apr 19 17:53:50 2018 |
tree | 7ad8cc870c01d4e37a681df5302dd7abf161eee7 | |
parent | 1941ac7261bb68548d23924ca90d62d44d331e5b [diff] [blame] |
Fixing typo in allocator_shim.h documentation. Bug: None Change-Id: I91c5141b86826badad4d61e26c2f0ef0acf37e35 No-Try: True Reviewed-on: https://chromium-review.googlesource.com/1018105 Commit-Queue: Mirko Bonadei <[email protected]> Reviewed-by: Will Harris <[email protected]> Cr-Commit-Position: refs/heads/master@{#552079}
diff --git a/base/allocator/allocator_shim.h b/base/allocator/allocator_shim.h index 65ac1eb7..527e414 100644 --- a/base/allocator/allocator_shim.h +++ b/base/allocator/allocator_shim.h
@@ -13,7 +13,7 @@ namespace base { namespace allocator { -// Allocator Shim API. Allows to to: +// Allocator Shim API. Allows to: // - Configure the behavior of the allocator (what to do on OOM failures). // - Install new hooks (AllocatorDispatch) in the allocator chain.