Commit 90ebb6fc by Abseil Team Committed by Copybara-Service

Fix typo in example code snippet.

PiperOrigin-RevId: 610672905
Change-Id: I8e4ae98bb6e6421540a3073e3e6cb7de60fd32a9
parent 1436831c
...@@ -129,7 +129,7 @@ void PrefetchToLocalCacheNta(const void* addr); ...@@ -129,7 +129,7 @@ void PrefetchToLocalCacheNta(const void* addr);
// //
// void* Arena::Allocate(size_t size) { // void* Arena::Allocate(size_t size) {
// void* ptr = AllocateBlock(size); // void* ptr = AllocateBlock(size);
// absl::PrefetchToLocalCacheForWrite(p); // absl::PrefetchToLocalCacheForWrite(ptr);
// return ptr; // return ptr;
// } // }
// //
......
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