We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af29d4f commit 287b507Copy full SHA for 287b507
include/aws/s3/s3_client.h
@@ -1630,7 +1630,7 @@ int aws_s3_request_metrics_get_error_code(const struct aws_s3_request_metrics *m
1630
AWS_S3_API
1631
uint32_t aws_s3_request_metrics_get_retry_attempt(const struct aws_s3_request_metrics *metrics);
1632
1633
-/* Get the memory for the request allocated from the pool or not. Cannot fail */
+/* Get whether the memory for the request was allocated from the pool. Cannot fail */
1634
1635
bool aws_s3_request_metrics_get_memory_allocated_from_pool(const struct aws_s3_request_metrics *metrics);
1636
0 commit comments