mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Fix typo
This commit is contained in:
parent
a644733139
commit
532d121100
@ -163,7 +163,7 @@ __attribute__((__noinline__)) void remapToHugeStep2(void * begin, size_t size, v
|
||||
/** Step 3 function should unmap the scratch area.
|
||||
* The currently executed code is located in the scratch area and cannot be removed here.
|
||||
* We have to call another function and use its address from the original location (not in scratch area).
|
||||
* To do it, we obtain it's pointer and call by pointer.
|
||||
* To do it, we obtain its pointer and call by pointer.
|
||||
*/
|
||||
|
||||
void(* volatile step3)(void*, size_t, size_t) = remapToHugeStep3;
|
||||
|
Loading…
Reference in New Issue
Block a user