]> git.ozlabs.org Git - ccan/commitdiff
nit: daemonize.c: fix Stevens' in comment
authorJan Sarenik <jajomojo@gmail.com>
Tue, 27 Oct 2020 07:21:25 +0000 (08:21 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 8 Sep 2021 05:20:09 +0000 (14:50 +0930)
ccan/daemonize/daemonize.c

index bd32ecbbaeebc866426eb212ca3811264e060d21..ff5807240ae67a4417403c6118db11ca190782b6 100644 (file)
@@ -6,7 +6,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 
-/* This code is based on Stevens Advanced Programming in the UNIX
+/* This code is based on Stevens' Advanced Programming in the UNIX
  * Environment. */
 bool daemonize(void)
 {