X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Funit.c;h=b5c3182940505a0831e8826d54f74c5ce495e5b2;hb=671174136525ddf208cdbe75d6d6bd159afa961f;hp=56102b360d13cd8a34c4381251295ac3030bfcb1;hpb=4c94096027f21d4ed0efe991534a926d39d52369;p=elogind.git diff --git a/src/core/unit.c b/src/core/unit.c index 56102b360..b5c318294 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -3425,7 +3425,7 @@ int unit_setup_exec_runtime(Unit *u) { offset = UNIT_VTABLE(u)->exec_runtime_offset; assert(offset > 0); - /* Check if ther already is an ExecRuntime for this unit? */ + /* Check if there already is an ExecRuntime for this unit? */ rt = (ExecRuntime**) ((uint8_t*) u + offset); if (*rt) return 0;