diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-12 01:56:25 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-12 01:56:25 +0100 |
commit | 0b8a7723c7351533826283c07b37cf2daa77ecf8 (patch) | |
tree | 8c12883c66e936d1cdcd5766d2dad3158c67d4a8 /libbb | |
parent | 88ad9da65ef6227e366a60b58be22c83bcf11c18 (diff) | |
download | busybox-w32-0b8a7723c7351533826283c07b37cf2daa77ecf8.tar.gz busybox-w32-0b8a7723c7351533826283c07b37cf2daa77ecf8.tar.bz2 busybox-w32-0b8a7723c7351533826283c07b37cf2daa77ecf8.zip |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/systemd_support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/systemd_support.c b/libbb/systemd_support.c index 981296dbb..542a3efff 100644 --- a/libbb/systemd_support.c +++ b/libbb/systemd_support.c | |||
@@ -33,7 +33,7 @@ | |||
33 | //config: If you plan to use busybox daemons on a system where daemons | 33 | //config: If you plan to use busybox daemons on a system where daemons |
34 | //config: are controlled by systemd, enable this option. | 34 | //config: are controlled by systemd, enable this option. |
35 | //config: If you don't use systemd, it is still safe to enable it, | 35 | //config: If you don't use systemd, it is still safe to enable it, |
36 | //config: but yhe downside is increased code size. | 36 | //config: but the downside is increased code size. |
37 | 37 | ||
38 | //kbuild:lib-$(CONFIG_FEATURE_SYSTEMD) += systemd_support.o | 38 | //kbuild:lib-$(CONFIG_FEATURE_SYSTEMD) += systemd_support.o |
39 | 39 | ||