diff --git a/src/lib66/parse/parse_split_from_section.c b/src/lib66/parse/parse_split_from_section.c
index 18c5b34ccccc61ddab27afd78e48ce3832625eb5..71b9c7365bb464e78145692a091372fffae9abc0 100644
--- a/src/lib66/parse/parse_split_from_section.c
+++ b/src/lib66/parse/parse_split_from_section.c
@@ -140,7 +140,7 @@ int parse_split_from_section(resolve_service_t *res, stralloc *secname, char *st
 
         tpos = 0 ;
 
-        // loop around all keys for the section
+        // loop around all keys from the section
         while (*total_list[id].list[ipos].name) {
 
             found = 0 ;
diff --git a/src/lib66/service/service_frontend_src.c b/src/lib66/service/service_frontend_src.c
index c47da701a07e0114b01adb5efdc29ae4c538ed6f..c732dd23be7f126297c048406018ff0c114c6a06 100644
--- a/src/lib66/service/service_frontend_src.c
+++ b/src/lib66/service/service_frontend_src.c
@@ -24,6 +24,7 @@
 #include <66/constants.h>
 #include <66/utils.h>
 #include <66/service.h>
+#include <66/instance.h>
 
 int service_frontend_src(stralloc *sasrc, char const *name, char const *src)
 {
@@ -139,7 +140,7 @@ int service_frontend_src(stralloc *sasrc, char const *name, char const *src)
                             /** system error */
                             goto err ;
                         if (!r)
-                            /** nothing found on empty sub-directory */
+                            /** nothing found at empty sub-directory */
                             found = 0 ;
                     }
 
diff --git a/src/lib66/svc/svc_unsupervise.c b/src/lib66/svc/svc_unsupervise.c
index 10bce0d1a605b4fbc1ba51fcc40d44936a5e1aa6..8850d7b46d692ab087aadb28f7c9a276defcce13 100644
--- a/src/lib66/svc/svc_unsupervise.c
+++ b/src/lib66/svc/svc_unsupervise.c
@@ -45,7 +45,7 @@ void svc_unsupervise(unsigned int *alist, unsigned int alen, graph_t *g, resolve
 
         int aresid = service_resolve_array_search(ares, areslen, name) ;
         if (aresid < 0)
-            log_dieu(LOG_EXIT_SYS,"find ares id -- please make a bug reports") ;
+            log_dieu(LOG_EXIT_SYS,"find ares id of: ", name, " -- please make a bug reports") ;
 
         sanitize_it(&ares[aresid]) ;