From faff0bdcba90ce1a65bba0e210898efffd580600 Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Thu, 10 Sep 1998 20:18:09 +0000 Subject: [PATCH] correct bogus instructions 'ccoment out' -> 'uncomment' --- Misc/setuid-prog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/setuid-prog.c b/Misc/setuid-prog.c index 2c13430320..d850b47bcb 100644 --- a/Misc/setuid-prog.c +++ b/Misc/setuid-prog.c @@ -55,7 +55,7 @@ /* CONFIGURATION SECTION */ #ifndef FULL_PATH /* so that this can be specified from the Makefile */ -/* Ccomment out the following line: +/* Uncomment the following line: #define FULL_PATH "/full/path/of/script" * Then comment out the #error line. */ #error "You must define FULL_PATH somewhere" -- 2.50.1