diff options
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2014-08-30 17:13:16 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-08-30 13:46:07 -0400 |
commit | 06b643e7f5a3b79005dd57497897ab7255fe3659 (patch) | |
tree | 59905256b5b2b103caca2ef8bfc0e4d6df9aaf7c /src/core/unit.c | |
parent | b12942e67ecbea0b852d4ab8df1d34b04e9853f8 (diff) |
Fix a few more typos
Diffstat (limited to 'src/core/unit.c')
-rw-r--r-- | src/core/unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/unit.c b/src/core/unit.c index 56102b360d..b5c3182940 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; |