diff --git a/src/ImageSharp/Formats/Jpg/JpegEncoderCore.cs b/src/ImageSharp/Formats/Jpg/JpegEncoderCore.cs
index aba253fe59..736abdcf0c 100644
--- a/src/ImageSharp/Formats/Jpg/JpegEncoderCore.cs
+++ b/src/ImageSharp/Formats/Jpg/JpegEncoderCore.cs
@@ -877,7 +877,7 @@ namespace ImageSharp.Formats
private struct HuffmanSpec
{
///
- /// Initializes a n ew instance of the struct.
+ /// Initializes a new instance of the struct.
///
/// The number of codes.
/// The decoded values.
diff --git a/src/ImageSharp/Formats/Png/Zlib/ZlibDeflateStream.cs b/src/ImageSharp/Formats/Png/Zlib/ZlibDeflateStream.cs
index 2d7a70c8d1..3fa61ff56f 100644
--- a/src/ImageSharp/Formats/Png/Zlib/ZlibDeflateStream.cs
+++ b/src/ImageSharp/Formats/Png/Zlib/ZlibDeflateStream.cs
@@ -41,7 +41,7 @@ namespace ImageSharp.Formats
private DeflateStream deflateStream;
///
- /// Initializes a new instance of
+ /// Initializes a new instance of the class.
///
/// The stream to compress.
/// The compression level.
diff --git a/src/ImageSharp/Image/ImageProperty.cs b/src/ImageSharp/Image/ImageProperty.cs
index 055b3e049e..a4293bc6ef 100644
--- a/src/ImageSharp/Image/ImageProperty.cs
+++ b/src/ImageSharp/Image/ImageProperty.cs
@@ -15,7 +15,7 @@ namespace ImageSharp
public class ImageProperty : IEquatable
{
///
- /// Initializes a new instance of the struct.
+ /// Initializes a new instance of the class.
///
/// The name of the property.
/// The value of the property.
diff --git a/src/ImageSharp/Profiles/Exif/ExifTagDescriptionAttribute.cs b/src/ImageSharp/Profiles/Exif/ExifTagDescriptionAttribute.cs
index 0709a18c76..ca19a97762 100644
--- a/src/ImageSharp/Profiles/Exif/ExifTagDescriptionAttribute.cs
+++ b/src/ImageSharp/Profiles/Exif/ExifTagDescriptionAttribute.cs
@@ -18,7 +18,7 @@ namespace ImageSharp
private string description;
///
- /// Initializes a new instance of the ExifTagDescriptionAttribute class.
+ /// Initializes a new instance of the class.
///
/// The value of the exif tag.
/// The description for the value of the exif tag.