cosmetic: Add comment on GSM-FR ECU struct

Change-Id: Ic0a3a407c592262104af315f845f0bbd116ab26b
diff --git a/include/osmocom/codec/ecu.h b/include/osmocom/codec/ecu.h
index f3b34c9..927ca0d 100644
--- a/include/osmocom/codec/ecu.h
+++ b/include/osmocom/codec/ecu.h
@@ -5,6 +5,7 @@
 
 #include <osmocom/codec/codec.h>
 
+/* ECU state for GSM-FR */
 struct osmo_ecu_fr_state {
 	bool subsequent_lost_frame;
 	uint8_t frame_backup[GSM_FR_BYTES];