diff --git a/tt_metal/api/tt-metalium/command_queue_interface.hpp b/tt_metal/api/tt-metalium/command_queue_interface.hpp index 8320c1cf40a4..01e7fe43757a 100644 --- a/tt_metal/api/tt-metalium/command_queue_interface.hpp +++ b/tt_metal/api/tt-metalium/command_queue_interface.hpp @@ -61,7 +61,7 @@ class DispatchMemMap { DispatchMemMap(DispatchMemMap&& other) noexcept = delete; // - // Returns an instance. The instance is reset if the core_type and/or num_hw_cqs changed from + // Returns the instance. The instance is reset if the core_type and/or num_hw_cqs changed from // the last call. The memory region sizes can be configured using DispatchSettings. // // If the settings changed, then force_reinit_with_settings will recreate the instance with