diff --git a/src/Compilers/Core/Portable/SourceGeneration/GeneratorExtensions.cs b/src/Compilers/Core/Portable/SourceGeneration/GeneratorExtensions.cs
index dd6dea79380f0..3626bb82fde9a 100644
--- a/src/Compilers/Core/Portable/SourceGeneration/GeneratorExtensions.cs
+++ b/src/Compilers/Core/Portable/SourceGeneration/GeneratorExtensions.cs
@@ -30,7 +30,7 @@ public static Type GetGeneratorType(this ISourceGenerator generator)
         }
 
         /// <summary>
-        /// Converts an <see cref="IIncrementalGenerator"/> in an <see cref="ISourceGenerator"/> object that can be used when constructing a <see cref="GeneratorDriver"/>
+        /// Converts an <see cref="IIncrementalGenerator"/> into an <see cref="ISourceGenerator"/> object that can be used when constructing a <see cref="GeneratorDriver"/>
         /// </summary>
         /// <param name="incrementalGenerator">The incremental generator to wrap</param>
         /// <returns>A wrapped generator that can be passed to a generator driver</returns>