diff --git a/Source/Engine/Platform/Base/PlatformBase.h b/Source/Engine/Platform/Base/PlatformBase.h index d640eb252..e97ce2b34 100644 --- a/Source/Engine/Platform/Base/PlatformBase.h +++ b/Source/Engine/Platform/Base/PlatformBase.h @@ -320,7 +320,7 @@ public: /// Allocates pages memory block. /// /// The number of pages to allocate. - /// The size of single page. Use GetDefaultPageSize() or provide compatible, custom size. + /// The size of single page. Use Platform::GetCPUInfo().PageSize or provide compatible, custom size. /// The pointer to the allocated pages in memory. static void* AllocatePages(uint64 numPages, uint64 pageSize) = delete;