]> git.ozlabs.org Git - ccan/blobdiff - ccan/daemonize/daemonize.c
nit: daemonize.c: fix Stevens' in comment
[ccan] / 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)
 {