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.