File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ LOOP:
173
173
}
174
174
175
175
// descriptorProcessor runs the heavy lifting for concurrent registry merging.
176
- // See the concurrentMergeFileDescriptors function for how everything coordinates.
176
+ // See the mergedFileDescriptors function for how everything coordinates.
177
177
type descriptorProcessor struct {
178
178
processWG sync.WaitGroup
179
179
globalFileCh chan protoreflect.FileDescriptor
@@ -185,9 +185,9 @@ type descriptorProcessor struct {
185
185
}
186
186
187
187
// process reads from p.globalFileCh and p.appFileCh, processing each file descriptor as appropriate,
188
- // and sends the processed file descriptors through p.fdCh for eventual return from concurrentMergeFileDescriptors .
188
+ // and sends the processed file descriptors through p.fdCh for eventual return from mergedFileDescriptors .
189
189
// Any errors during processing are sent to ec.ProcessErrCh,
190
- // which collects the errors also for possible return from concurrentMergeFileDescriptors .
190
+ // which collects the errors also for possible return from mergedFileDescriptors .
191
191
//
192
192
// If validate is true, extra work is performed to validate import paths
193
193
// and to check validity of duplicated file descriptors.
You can’t perform that action at this time.
0 commit comments