From 548620c18b1f0988dbeab1009788daf9f002e927 Mon Sep 17 00:00:00 2001
From: Denys Vlasenko <vda.linux@googlemail.com>
Date: Thu, 8 Dec 2016 12:24:48 +0100
Subject: randomconfig fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
---
 runit/sv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'runit')

diff --git a/runit/sv.c b/runit/sv.c
index 71865bd4f..9e2132259 100644
--- a/runit/sv.c
+++ b/runit/sv.c
@@ -175,7 +175,7 @@ Exit Codes
 //config:	  It is comaptible with daemontools command with the same name.
 
 //applet:IF_SV(APPLET(sv, BB_DIR_USR_BIN, BB_SUID_DROP))
-//applet:IF_SV(APPLET(svc, BB_DIR_USR_BIN, BB_SUID_DROP))
+//applet:IF_SVC(APPLET(svc, BB_DIR_USR_BIN, BB_SUID_DROP))
 
 //kbuild:lib-$(CONFIG_SV) += sv.o
 //kbuild:lib-$(CONFIG_SVC) += sv.o
-- 
cgit v1.2.3-55-g6feb