From 14bae0712e34f58d4aa35d16a63dd41217c7596b Mon Sep 17 00:00:00 2001 From: Dan Field Date: Thu, 30 Mar 2023 16:43:04 -0700 Subject: [PATCH] doc fix --- impeller/core/resource_binder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;