projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6969c34
)
core: add missing words to my fix of explanation of associativity
author
Tom Gundersen
<teg@jklm.no>
Thu, 12 Mar 2015 11:23:59 +0000
(12:23 +0100)
committer
Tom Gundersen
<teg@jklm.no>
Thu, 12 Mar 2015 11:23:59 +0000
(12:23 +0100)
src/core/job.c
patch
|
blob
|
history
diff --git
a/src/core/job.c
b/src/core/job.c
index
9212522
..
2ef9123
100644
(file)
--- a/
src/core/job.c
+++ b/
src/core/job.c
@@
-318,7
+318,7
@@
void job_dump(Job *j, FILE*f, const char *prefix) {
* the following properties hold:
*
* Merging is associative! A merged with B, and then merged with C is the same
- *
A merged with the result
B merged with C.
+ *
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.