summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/main.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-04-25 23:24:33 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-04-25 23:24:33 +0000
commit663d7f5fb2e433f3274fdda0c1503ebb508808ba (patch)
treeecb0584982be55ddce5c658e6a7cca14e411a26d /usr.sbin/pppd/main.c
parent43901813fe07caab59abb8d89ef34c4dc689c0c4 (diff)
comment cleanup
Diffstat (limited to 'usr.sbin/pppd/main.c')
-rw-r--r--usr.sbin/pppd/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pppd/main.c b/usr.sbin/pppd/main.c
index 441ecbac03e..a9ea5aa8221 100644
--- a/usr.sbin/pppd/main.c
+++ b/usr.sbin/pppd/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.41 2003/04/14 03:14:59 deraadt Exp $ */
+/* $OpenBSD: main.c,v 1.42 2003/04/25 23:24:04 deraadt Exp $ */
/*
* main.c - Point-to-Point Protocol main module
@@ -46,7 +46,7 @@
#if 0
static char rcsid[] = "Id: main.c,v 1.49 1998/05/05 05:24:17 paulus Exp $";
#else
-static char rcsid[] = "$OpenBSD: main.c,v 1.41 2003/04/14 03:14:59 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: main.c,v 1.42 2003/04/25 23:24:04 deraadt Exp $";
#endif
#endif
@@ -1396,7 +1396,7 @@ novm(msg)
}
/*
- * fmtmsg - format a message into a buffer. Like sprintf except we
+ * fmtmsg - format a message into a buffer. Like snprintf except we
* also specify the length of the output buffer, and we handle
* %r (recursive format), %m (error message) and %I (IP address) formats.
* Doesn't do floating-point formats.