abstract setters away
diff --git a/skeletons/NativeReal.h b/skeletons/NativeReal.h
index 8b62957..a2d5ddc 100644
--- a/skeletons/NativeReal.h
+++ b/skeletons/NativeReal.h
@@ -18,7 +18,7 @@
 #endif
 
 typedef struct asn_NativeReal_specifics_s {
-    unsigned float_size;    /* 4 for 'float', not 4 for 'double'. */
+    unsigned float_size; /* 4 for 'float', 8 for 'double'. */
 } asn_NativeReal_specifics_t;
 
 extern asn_TYPE_descriptor_t asn_DEF_NativeReal;