diff --git a/src/ImageSharp/Filters/Processors/ColorMatrix/HueProcessor.cs b/src/ImageSharp/Filters/Processors/ColorMatrix/HueProcessor.cs
index 1ca9234bb..05189951d 100644
--- a/src/ImageSharp/Filters/Processors/ColorMatrix/HueProcessor.cs
+++ b/src/ImageSharp/Filters/Processors/ColorMatrix/HueProcessor.cs
@@ -9,7 +9,7 @@ namespace ImageSharp.Processors
using System.Numerics;
///
- /// An to change the hue of an .
+ /// An to change the hue of an .
///
/// The pixel format.
/// The packed format. uint, long, float.
diff --git a/src/ImageSharp/Filters/Processors/ColorMatrix/SaturationProcessor.cs b/src/ImageSharp/Filters/Processors/ColorMatrix/SaturationProcessor.cs
index 3f2de7d88..c579cec99 100644
--- a/src/ImageSharp/Filters/Processors/ColorMatrix/SaturationProcessor.cs
+++ b/src/ImageSharp/Filters/Processors/ColorMatrix/SaturationProcessor.cs
@@ -8,7 +8,7 @@ namespace ImageSharp.Processors
using System.Numerics;
///
- /// An to change the saturation of an .
+ /// An to change the saturation of an .
///
/// The pixel format.
/// The packed format. uint, long, float.