Commit cf583f13 authored by Tudor Bosman's avatar Tudor Bosman Committed by Jordan DeLong

fix comment

Test Plan: No

Reviewed By: philipp@fb.com

FB internal diff: D709795
parent 3cc8d95a
...@@ -34,7 +34,7 @@ namespace folly { ...@@ -34,7 +34,7 @@ namespace folly {
* *
* The SimpleAllocator must provide two methods: * The SimpleAllocator must provide two methods:
* void* allocate(size_t size); * void* allocate(size_t size);
* void deallocate(void* ptr, size_t size); * void deallocate(void* ptr);
* which, respectively, allocate a block of size bytes (aligned to the maximum * which, respectively, allocate a block of size bytes (aligned to the maximum
* alignment required on your system), throwing std::bad_alloc if the * alignment required on your system), throwing std::bad_alloc if the
* allocation can't be satisfied, and free a previously allocated block. * allocation can't be satisfied, and free a previously allocated block.
......
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