diff options
author | ngie <ngie@FreeBSD.org> | 2017-02-14 04:52:24 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-02-14 04:52:24 +0000 |
commit | cf0f51ca17160dddf24b92f66fd12a8a42be30e9 (patch) | |
tree | a264b83d79c83f9ac5e318e49642f1641c59b325 /usr.sbin/syslogd/syslogd.c | |
parent | ad0ecc0d7e6ae464befdc0ad2954a0eb5182b0d4 (diff) | |
download | FreeBSD-src-cf0f51ca17160dddf24b92f66fd12a8a42be30e9.zip FreeBSD-src-cf0f51ca17160dddf24b92f66fd12a8a42be30e9.tar.gz |
MFC r313356:
Fix typos in comments (returing -> returning)
Diffstat (limited to 'usr.sbin/syslogd/syslogd.c')
-rw-r--r-- | usr.sbin/syslogd/syslogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c index 2cb9304..5dd32ab 100644 --- a/usr.sbin/syslogd/syslogd.c +++ b/usr.sbin/syslogd/syslogd.c @@ -2129,7 +2129,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 |