diff --git a/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/FeedManager.cs b/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/FeedManager.cs
index 1389ac90c10..b9b5e16afd8 100644
--- a/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/FeedManager.cs
+++ b/csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/FeedManager.cs
@@ -117,7 +117,7 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
/// A string representing the NuGet sources argument for the restore command.
public string? MakeRestoreSourcesArgument(string path, HashSet reachableFeeds)
{
- // Do not construct an set of explicit NuGet sources to use for restore.
+ // Do not construct a set of explicit NuGet sources to use for restore.
if (!CheckNugetFeedResponsiveness && !HasPrivateRegistryFeeds)
{
return null;