summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd/ringbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/syslogd/ringbuf.c')
-rw-r--r--usr.sbin/syslogd/ringbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/syslogd/ringbuf.c b/usr.sbin/syslogd/ringbuf.c
index 7aba3f6a302..2b3a16d96e8 100644
--- a/usr.sbin/syslogd/ringbuf.c
+++ b/usr.sbin/syslogd/ringbuf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ringbuf.c,v 1.1 2004/01/04 08:28:49 djm Exp $ */
+/* $OpenBSD: ringbuf.c,v 1.2 2004/02/26 11:02:32 avsm Exp $ */
/*
* Copyright (c) 2004 Damien Miller
@@ -101,7 +101,7 @@ ringbuf_append_line(struct ringbuf *rb, char *line)
}
/*
- * Now append string, staring from last pointer and wrapping if
+ * Now append string, starting from last pointer and wrapping if
* necessary
*/
if (rb->end + llen > rb->len) {