From: Denys Vlasenko Date: Sat, 12 Feb 2011 00:56:25 +0000 (+0100) Subject: typo fix X-Git-Tag: 1_19_0~308 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0b8a7723c7351533826283c07b37cf2daa77ecf8;p=oweals%2Fbusybox.git typo fix Signed-off-by: Denys Vlasenko --- 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 @@ //config: If you plan to use busybox daemons on a system where daemons //config: are controlled by systemd, enable this option. //config: If you don't use systemd, it is still safe to enable it, -//config: but yhe downside is increased code size. +//config: but the downside is increased code size. //kbuild:lib-$(CONFIG_FEATURE_SYSTEMD) += systemd_support.o