diff --git a/internal/gps/source_manager.go b/internal/gps/source_manager.go index c1d23f3687..10acda4343 100644 --- a/internal/gps/source_manager.go +++ b/internal/gps/source_manager.go @@ -67,7 +67,7 @@ type SourceManager interface { // provided version, to the provided directory. ExportProject(context.Context, ProjectIdentifier, Version, string) error - // DeduceRootProject takes an import path and deduces the corresponding + // DeduceProjectRoot takes an import path and deduces the corresponding // project/source root. DeduceProjectRoot(ip string) (ProjectRoot, error)