diff --git a/src/ImageSharp/Formats/Bmp/BmpEncoderCore.cs b/src/ImageSharp/Formats/Bmp/BmpEncoderCore.cs
index 0da8fe4d4e..24082c7731 100644
--- a/src/ImageSharp/Formats/Bmp/BmpEncoderCore.cs
+++ b/src/ImageSharp/Formats/Bmp/BmpEncoderCore.cs
@@ -27,7 +27,7 @@ namespace ImageSharp.Formats
///
/// Encodes the image to the specified stream from the .
///
- /// The pixel format.
+ /// The pixel format.
/// The packed format. long, float.
/// The to encode from.
/// The to encode the image data to.
diff --git a/src/ImageSharp/Samplers/BoxBlur.cs b/src/ImageSharp/Samplers/BoxBlur.cs
index a3dc82559b..4c0aa8d1f6 100644
--- a/src/ImageSharp/Samplers/BoxBlur.cs
+++ b/src/ImageSharp/Samplers/BoxBlur.cs
@@ -15,7 +15,7 @@ namespace ImageSharp
///
/// Applies a box blur to the image.
///
- /// The pixel format.
+ /// The pixel format.
/// The packed format. long, float.
/// The image this method extends.
/// The 'radius' value representing the size of the area to sample.
diff --git a/src/ImageSharp/Samplers/RotateFlip.cs b/src/ImageSharp/Samplers/RotateFlip.cs
index d1322b773d..5adef987c5 100644
--- a/src/ImageSharp/Samplers/RotateFlip.cs
+++ b/src/ImageSharp/Samplers/RotateFlip.cs
@@ -16,6 +16,7 @@ namespace ImageSharp
/// The pixel format.
/// The packed format. uint, long, float.
/// The image to rotate, flip, or both.
+ /// The to perform the rotation.
/// The to perform the flip.
/// The
public static Image RotateFlip(this Image source, RotateType rotateType, FlipType flipType)