Skip to content
Snippets Groups Projects
Commit cc557b0c authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

typo fix

parent 60715a98
No related branches found
No related tags found
No related merge requests found
...@@ -607,7 +607,7 @@ static int async_deps(pidservice_t *apids, unsigned int i, unsigned int what, ss ...@@ -607,7 +607,7 @@ static int async_deps(pidservice_t *apids, unsigned int i, unsigned int what, ss
idx += r + 1 ; idx += r + 1 ;
/** /**
* the receiving string have the format: * the received string have the format:
* index_of_the_ares_array_of_the_service_dependency:signal_receive * index_of_the_ares_array_of_the_service_dependency:signal_receive
* *
* typically: * typically:
...@@ -628,7 +628,7 @@ static int async_deps(pidservice_t *apids, unsigned int i, unsigned int what, ss ...@@ -628,7 +628,7 @@ static int async_deps(pidservice_t *apids, unsigned int i, unsigned int what, ss
ilog = id ; ilog = id ;
log_trace(pares[apids[i].aresid].sa.s + pares[apids[i].aresid].name, " acknowledges: ", &c, " from: ", pares[ilog].sa.s + pares[ilog].name, " ", &c,"-> ", line) ; log_trace(pares[apids[i].aresid].sa.s + pares[apids[i].aresid].name, " acknowledges: ", &c, " from: ", pares[ilog].sa.s + pares[ilog].name) ;
if (!visit[pos]) { if (!visit[pos]) {
...@@ -648,7 +648,7 @@ static int async_deps(pidservice_t *apids, unsigned int i, unsigned int what, ss ...@@ -648,7 +648,7 @@ static int async_deps(pidservice_t *apids, unsigned int i, unsigned int what, ss
} }
} }
next: next:
} }
return 1 ; return 1 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment