Skip to content

Commit 287b507

Browse files
Apply suggestion from @DmitriyMusatkin
Co-authored-by: Dmitriy Musatkin <63878209+DmitriyMusatkin@users.noreply.github.com>
1 parent af29d4f commit 287b507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/aws/s3/s3_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ int aws_s3_request_metrics_get_error_code(const struct aws_s3_request_metrics *m
16301630
AWS_S3_API
16311631
uint32_t aws_s3_request_metrics_get_retry_attempt(const struct aws_s3_request_metrics *metrics);
16321632

1633-
/* Get the memory for the request allocated from the pool or not. Cannot fail */
1633+
/* Get whether the memory for the request was allocated from the pool. Cannot fail */
16341634
AWS_S3_API
16351635
bool aws_s3_request_metrics_get_memory_allocated_from_pool(const struct aws_s3_request_metrics *metrics);
16361636

0 commit comments

Comments
 (0)