Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-patches/PR1/releasenamecollision.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ index e348905a1f..edc05418e2 100644
+ * Once negotiation is done, call release_negotiator(). The negotiator then
+ * cannot be used (unless reinitialized with fetch_negotiator_init()).
*/
struct fetch_negotiator {
struct fetch_nogotiator {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

struct fetch_nogotiator looks like a misspelling and is inconsistent with the rest of this patch, which still refers to struct fetch_negotiator (e.g., function pointer types below). As-is, the patch will likely fail to apply cleanly or will fail to compile after application due to the type-name mismatch.

🤖 Was this useful? React with 👍 or 👎

/*
@@ -47,7 +47,7 @@ struct fetch_negotiator {
*/
Expand Down
Loading