X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Funit.c;h=b5c3182940505a0831e8826d54f74c5ce495e5b2;hp=56102b360d13cd8a34c4381251295ac3030bfcb1;hb=06b643e7f5a3b79005dd57497897ab7255fe3659;hpb=b12942e67ecbea0b852d4ab8df1d34b04e9853f8 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;