diff --git a/src/lib66/exec/ssexec_parse.c b/src/lib66/exec/ssexec_parse.c index 95e01768a76cbb945876e0f59ceb147334d22c66..4fedfc06927ae37d43ea92c799b8e7c01b1a63bc 100644 --- a/src/lib66/exec/ssexec_parse.c +++ b/src/lib66/exec/ssexec_parse.c @@ -130,7 +130,7 @@ int ssexec_parse(int argc, char const *const *argv, ssexec_t *info) /** need to check all the contents of the stralloc. * service can be a directory name. In this case - * we parse all services it contains. */ + * we parse all services inside. */ size_t pos = 0 ; FOREACH_SASTR(&sa, pos) parse_service(sa.s + pos, info, force, conf) ;