Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit faff0bd

Browse files
committed
correct bogus instructions 'ccoment out' -> 'uncomment'
1 parent d64a40d commit faff0bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/setuid-prog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
/* CONFIGURATION SECTION */
5656

5757
#ifndef FULL_PATH /* so that this can be specified from the Makefile */
58-
/* Ccomment out the following line:
58+
/* Uncomment the following line:
5959
#define FULL_PATH "/full/path/of/script"
6060
* Then comment out the #error line. */
6161
#error "You must define FULL_PATH somewhere"

0 commit comments

Comments
 (0)