diff --git a/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/StorageClient.CopyObject.cs b/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/StorageClient.CopyObject.cs
index 4729401b8345..b1ecfaef40fe 100644
--- a/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/StorageClient.CopyObject.cs
+++ b/apis/Google.Cloud.Storage.V1/Google.Cloud.Storage.V1/StorageClient.CopyObject.cs
@@ -43,7 +43,7 @@ public virtual Object CopyObject(
}
///
- /// Creates a copy of an object synchronously, potentially to a different bucket. This method uses the
+ /// Creates a copy of an object asynchronously, potentially to a different bucket. This method uses the
/// rewriteObject underlying API operation for more flexibility and reliability.
///
/// The name of the bucket containing the object to copy. Must not be null.