Improve the comment for avifEncoderDetectChanges()
diff --git a/src/write.c b/src/write.c
index 243430c..5b66c31 100644
--- a/src/write.c
+++ b/src/write.c
@@ -472,7 +472,7 @@
 
 // This function detects changes made on avifEncoder. It returns true on success (i.e., if every
 // change is valid), or false on failure (i.e., if any setting that can't change was changed). It
-// reports detected changes in encoderChanges.
+// reports a bitwise-OR of detected changes in encoderChanges.
 static avifBool avifEncoderDetectChanges(const avifEncoder * encoder, avifEncoderChanges * encoderChanges)
 {
     const avifEncoder * lastEncoder = &encoder->data->lastEncoder;