Skip to content

Commit 7a6d5a4

Browse files
algonellgitster
authored andcommitted
http: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c055a29 commit 7a6d5a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@ void run_active_slot(struct active_request_slot *slot)
16851685
* The value of slot->finished we set before the loop was used
16861686
* to set our "finished" variable when our request completed.
16871687
*
1688-
* 1. The slot may not have been reused for another requst
1688+
* 1. The slot may not have been reused for another request
16891689
* yet, in which case it still has &finished.
16901690
*
16911691
* 2. The slot may already be in-use to serve another request,

0 commit comments

Comments
 (0)