X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fjob.c;h=2ef9123ae4234a7f7f11a195aed00c98d86a9867;hp=db7ebae6b174dc75660a38167639d9873170602f;hb=103635db51044e6b56efda08bfe98ed78a218b75;hpb=2eec67acbb00593e414549a7e5b35eb7dd776b1b diff --git a/src/core/job.c b/src/core/job.c index db7ebae6b..2ef9123ae 100644 --- a/src/core/job.c +++ b/src/core/job.c @@ -317,8 +317,8 @@ void job_dump(Job *j, FILE*f, const char *prefix) { * the JOB_RELOAD_OR_START, which lies outside the lookup function's domain), * the following properties hold: * - * Merging is associative! A merged with B merged with C is the same as - * A merged with C merged with B. + * Merging is associative! A merged with B, and then merged with C is the same + * as A merged with the result of B merged with C. * * Mergeability is transitive! If A can be merged with B and B with C then * A also with C.