# cvs diff -Nup privsep.c
Index: privsep.c
===================================================================
RCS file: /cvs/src/sbin/pflogd/privsep.c,v
retrieving revision 1.16
diff -N -u -p privsep.c
--- privsep.c   25 Oct 2006 20:55:04 -0000      1.16
+++ privsep.c   23 Dec 2009 01:13:04 -0000
@@ -200,7 +200,7 @@ move_log(const char *name)
                        return (1);
                }

-               /* lock destinanion */
+               /* lock destination */
                fd = open(ren, O_CREAT|O_EXCL, 0);
                if (fd >= 0) {
                        close(fd);
@@ -323,7 +323,7 @@ may_read(int fd, void *buf, size_t n)
 }

 /* Read data with the assertion that it all must come through, or
- * else abort the process.  Based on atomicio() from openssh. */
+ * else abort the process.  Based on atomicio() from OpenSSH. */
 static void
 must_read(int fd, void *buf, size_t n)
 {
@@ -345,7 +345,7 @@ must_read(int fd, void *buf, size_t n)
 }

 /* Write data with the assertion that it all has to be written, or
- * else abort the process.  Based on atomicio() from openssh. */
+ * else abort the process.  Based on atomicio() from OpenSSH. */
 static void
 must_write(int fd, void *buf, size_t n)
 {

Reply via email to