diff --git a/Source/Engine/Profiler/ProfilerMemory.h b/Source/Engine/Profiler/ProfilerMemory.h index e42b8720e..5dddb912b 100644 --- a/Source/Engine/Profiler/ProfilerMemory.h +++ b/Source/Engine/Profiler/ProfilerMemory.h @@ -63,11 +63,11 @@ public: GraphicsIndexBuffers, // Total meshes memory usage (vertex and index buffers allocated by models). GraphicsMeshes, - // Totoal shaders memory usage (shaders bytecode, PSOs data). + // Total shaders memory usage (shaders bytecode, PSOs data). GraphicsShaders, - // Totoal materials memory usage (constant buffers, parameters data). + // Total materials memory usage (constant buffers, parameters data). GraphicsMaterials, - // Totoal command buffers memory usage (draw lists, constants uploads, ring buffer allocators). + // Total command buffers memory usage (draw lists, constants uploads, ring buffer allocators). GraphicsCommands, // Total Artificial Intelligence systems memory usage (eg. Behavior Trees). @@ -245,7 +245,7 @@ public: API_FUNCTION() static GroupsArray GetGroups(int32 mode = 0); /// - /// Dumps the memory allocations stats (groupped). + /// Dumps the memory allocations stats (grouped). /// /// 'all' to dump all groups, 'file' to dump info to a file (in Logs folder) API_FUNCTION(Attributes="DebugCommand") static void Dump(const StringView& options = StringView::Empty);