Updating comment
diff --git a/encoder/basisu_comp.h b/encoder/basisu_comp.h
index 1964565..748b872 100644
--- a/encoder/basisu_comp.h
+++ b/encoder/basisu_comp.h
@@ -333,7 +333,7 @@
 		
 		// Stores mipmaps starting from level 1. Level 0 is still stored in m_source_images, as usual.
 		// If m_source_mipmaps isn't empty, automatic mipmap generation isn't done. m_source_mipmaps.size() MUST equal m_source_images.size() or the compressor returns an error.
-		// Note the compressor doesn't apply the user-provided swizzling (in m_swizzle), or any other preprocessing, to these images.
+		// The compressor applies the user-provided swizzling (in m_swizzle) to these images.
 		basisu::vector< basisu::vector<image> > m_source_mipmap_images;
 						
 		// Filename of the output basis file