diff --git a/lib/c/experimental/labcomm_sig_parser.c b/lib/c/experimental/labcomm_sig_parser.c
index 1baf6a2dd77d2909b4b8c8fc856791efa642b03f..bfe9f1bffdd90f6e06f255dc69d637694a9c6fab 100644
--- a/lib/c/experimental/labcomm_sig_parser.c
+++ b/lib/c/experimental/labcomm_sig_parser.c
@@ -13,9 +13,14 @@
  *   This should be refactored
  *
  * - The RETURN_STRINGS and where/if to allocate strings is to be decided, it
- *   is currently no longer used
+ *   is currently not used
  * 
- * - TYPE_DECL is not tested
+ * - TYPE_DECL is not tested (is it ever sent?)
+ * 
+ * - The dynamic allocation of the parser is not quite dynamic, the sizes are
+ *   set through the init function, and are then static.
+ *   This should be adapted when allocation is parameterized/user-definable
+ *   for the entire lib.
  */