From fa11dd049d2b2b70fa02c18d24bf99733f429508 Mon Sep 17 00:00:00 2001 From: Andrew Gillis <11790789+gammazero@users.noreply.github.com> Date: Wed, 27 Nov 2024 03:59:20 -0800 Subject: [PATCH] Update routing/providerquerymanager/providerquerymanager.go Co-authored-by: Hector Sanjuan --- routing/providerquerymanager/providerquerymanager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/providerquerymanager/providerquerymanager.go b/routing/providerquerymanager/providerquerymanager.go index d6c8d11e2..bdc55c455 100644 --- a/routing/providerquerymanager/providerquerymanager.go +++ b/routing/providerquerymanager/providerquerymanager.go @@ -209,7 +209,7 @@ func (pqm *ProviderQueryManager) FindProvidersAsync(sessionCtx context.Context, func (pqm *ProviderQueryManager) receiveProviders(sessionCtx context.Context, k cid.Cid, max int, receivedInProgressRequest inProgressRequest, onCloseFn func()) <-chan peer.AddrInfo { // maintains an unbuffered queue for incoming providers for given request - // for a given session. Eessentially, as a provider comes in, for a given + // for a given session. Essentially, as a provider comes in, for a given // CID, immediately broadcast to all sessions that queried that CID, // without worrying about whether the client code is actually reading from // the returned channel -- so that the broadcast never blocks.