Skip to content

Commit 143950d

Browse files
committed
tweak comments
1 parent 2bfe376 commit 143950d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/s3_meta_request.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2209,7 +2209,7 @@ static void s_s3_meta_request_event_delivery_task(struct aws_task *task, void *a
22092209
if (aws_array_list_length(&incomplete_deliver_events_array) > 0) {
22102210
/* Only if we don't have any window to deliver the bytes, we will have incomplete parts. */
22112211
AWS_FATAL_ASSERT(bytes_allowed_to_deliver == 0);
2212-
/* Push the iocompileted events back to the queue */
2212+
/* Push the incomplete events back to the queue */
22132213
for (size_t i = 0; i < aws_array_list_length(&incomplete_deliver_events_array); ++i) {
22142214
struct aws_s3_meta_request_event event;
22152215
aws_array_list_get_at(&incomplete_deliver_events_array, &event, i);

0 commit comments

Comments
 (0)