diff --git a/impeller/core/resource_binder.h b/impeller/core/resource_binder.h index d7e4f532a8e22..4bea96f868f49 100644 --- a/impeller/core/resource_binder.h +++ b/impeller/core/resource_binder.h @@ -21,8 +21,8 @@ namespace impeller { //------------------------------------------------------------------------------ /// @brief An interface for binding resources. This is implemented by -/// |Command| and |ComputeCommand| to make CPU resources available -/// to the GPU. +/// |Command| and |ComputeCommand| to make GPU resources available +/// to a given command's pipeline. /// struct ResourceBinder { virtual ~ResourceBinder() = default;