From: Jeremy Hylton Date: Thu, 10 Sep 1998 20:18:09 +0000 (+0000) Subject: correct bogus instructions 'ccoment out' -> 'uncomment' X-Git-Tag: v1.5.2a2~307 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=faff0bdcba90ce1a65bba0e210898efffd580600;p=thirdparty%2FPython%2Fcpython.git correct bogus instructions 'ccoment out' -> 'uncomment' --- diff --git a/Misc/setuid-prog.c b/Misc/setuid-prog.c index 2c1343032049..d850b47bcb09 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"