summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syslogd
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-14 04:52:16 +0000
committerngie <ngie@FreeBSD.org>2017-02-14 04:52:16 +0000
commitcb8faf3e7df1e81f95dc5e59c89c5ad19f6154c2 (patch)
tree367f2ad8349e04f016023b1c9fcf7bcf820fad28 /usr.sbin/syslogd
parent849dae7fa21980ba4d737a6c42873d79db2a58ec (diff)
downloadFreeBSD-src-cb8faf3e7df1e81f95dc5e59c89c5ad19f6154c2.zip
FreeBSD-src-cb8faf3e7df1e81f95dc5e59c89c5ad19f6154c2.tar.gz
MFC r313356:
Fix typos in comments (returing -> returning)
Diffstat (limited to 'usr.sbin/syslogd')
-rw-r--r--usr.sbin/syslogd/syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c
index 048c8cd..fa51669 100644
--- a/usr.sbin/syslogd/syslogd.c
+++ b/usr.sbin/syslogd/syslogd.c
@@ -2277,7 +2277,7 @@ markit(void)
/*
* fork off and become a daemon, but wait for the child to come online
- * before returing to the parent, or we get disk thrashing at boot etc.
+ * before returning to the parent, or we get disk thrashing at boot etc.
* Set a timer so we don't hang forever if it wedges.
*/
static int
OpenPOWER on IntegriCloud