[libpng16] Imported from libpng-1.6.17beta01.tar
diff --git a/pngstruct.h b/pngstruct.h
index c1dd026..7f4de49 100644
--- a/pngstruct.h
+++ b/pngstruct.h
@@ -101,7 +101,7 @@
 #endif /* COLORSPACE */
 
 #if defined(PNG_COLORSPACE_SUPPORTED) || defined(PNG_GAMMA_SUPPORTED)
-/* A colorspace is all the above plus, potentially, profile information,
+/* A colorspace is all the above plus, potentially, profile information;
  * however at present libpng does not use the profile internally so it is only
  * stored in the png_info struct (if iCCP is supported.)  The rendering intent
  * is retained here and is checked.