chiark / gitweb /
core: fix explanation of associativity
authorTom Gundersen <teg@jklm.no>
Wed, 11 Mar 2015 13:53:16 +0000 (14:53 +0100)
committerTom Gundersen <teg@jklm.no>
Wed, 11 Mar 2015 13:55:18 +0000 (14:55 +0100)
src/core/job.c

index db7ebae6b174dc75660a38167639d9873170602f..92125225622e0df802f21739eae8888614808681 100644 (file)
@@ -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
+ * A merged with the result B merged with C.
  *
  * Mergeability is transitive! If A can be merged with B and B with C then
  * A also with C.